Html Css Color HEX #CB801E Ochre

📋 copy color: '#CB801E'

red 203 ◦ green 128 ◦ blue 30

#CB801E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CB801E

Tints of Ochre #CB801E

RGB

 RED value IS 203 (79.69% from 255) = 56.23%

 GREEN value IS 128 (50.39% from 255) = 35.46%

 BLUE value IS 30 (12.11% from 255) = 8.31%

R = 56.23%
G = 35.46%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB801E (or 0xCB801E) is known color: Ochre. HEX triplet: CB, 80 and 1E. RGB value is (203,128,30). Sum of RGB (Red+Green+Blue) = 203+128+30=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB801E is #347FE1. Grayscale: #8B8B8B. Windows color (decimal): -3440610 or 1999051. OLE color: 1999051.

HSL color Cylindrical-coordinate representation of color #CB801E: hue angle of 33.99º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB801E is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 128 30 -
CMYK 0 0.37 0.85 0.20
HSL 33.99º 0.74% 0.46% -
HSV(B) 33.99º 0.85% 0.8% -
XYZ 32.58 28.23 4.96 -
YUV 139.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 203 128 30 0 0.37 0.85 0.20 33.99 0.74 0.46
Hex CB 80 1E 0 25 55 14 22 4A 2E
Octal 313 200 36 0 45 125 24 42 112 56
Binary 11001011 10000000 11110 0 100101 1010101 10100 100010 1001010 101110

Color Harmonies of #CB801E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB801E

Black with #CB801E

Text Example


Text Example

White with #CB801E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB801E; }

 p { color: rgb(203,128,30); }

 H1.HeaderClassName
 {
   color: #CB801E;
 }
 .AnyTagClassName
 {
   color: #CB801E;
 }
</style>

background-color css

<style>
 a { background-color: #CB801E; }

 a { background-color: rgb(203,128,30); }

 div.DivClassName
 {
   background-color: #CB801E;
 }
 .BgClassName
 {
   background-color: #CB801E;
 }
</style>

border-color css

<style>
 span { border-color: #CB801E; }

 span { border-color: rgb(203,128,30); }

 td.TdClassName
 {
   border-color: #CB801E;
 }
 .TagClassName
 {
   border-color: #CB801E;
 }
</style>