Html Css Color HEX #CB801A Ochre

📋 copy color: '#CB801A'

red 203 ◦ green 128 ◦ blue 26

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

Shades of Ochre #CB801A

Tints of Ochre #CB801A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.28%

R = 56.86%
G = 35.85%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB801A (or 0xCB801A) is known color: Ochre. HEX triplet: CB, 80 and 1A. RGB value is (203,128,26). Sum of RGB (Red+Green+Blue) = 203+128+26=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB801A is #347FE5. Grayscale: #8B8B8B. Windows color (decimal): -3440614 or 1736907. OLE color: 1736907.

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

Color convert

RGB 203 128 26 -
CMYK 0 0.37 0.87 0.20
HSL 34.58º 0.77% 0.45% -
HSV(B) 34.58º 0.87% 0.8% -
XYZ 32.53 28.21 4.71 -
YUV 138.8 64.35 173.79 -
System Red Green Blue C M Y K H S L
Decimal 203 128 26 0 0.37 0.87 0.20 34.58 0.77 0.45
Hex CB 80 1A 0 25 57 14 23 4D 2D
Octal 313 200 32 0 45 127 24 43 115 55
Binary 11001011 10000000 11010 0 100101 1010111 10100 100011 1001101 101101

Color Harmonies of #CB801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB801A

Black with #CB801A

Text Example


Text Example

White with #CB801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB801A; }

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

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

background-color css

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

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

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

border-color css

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

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

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