Html Css Color HEX #CB7D16 Ochre

📋 copy color: '#CB7D16'

red 203 ◦ green 125 ◦ blue 22

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

Shades of Ochre #CB7D16

Tints of Ochre #CB7D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.71%

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 58%
G = 35.71%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB7D16 (or 0xCB7D16) is known color: Ochre. HEX triplet: CB, 7D and 16. RGB value is (203,125,22). Sum of RGB (Red+Green+Blue) = 203+125+22=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7D16 is #3482E9. Grayscale: #898989. Windows color (decimal): -3441386 or 1473995. OLE color: 1473995.

HSL color Cylindrical-coordinate representation of color #CB7D16: hue angle of 34.14º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB7D16 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 125 22 -
CMYK 0 0.38 0.89 0.20
HSL 34.14º 0.8% 0.44% -
HSV(B) 34.14º 0.89% 0.8% -
XYZ 32.11 27.42 4.36 -
YUV 136.58 63.34 175.38 -
System Red Green Blue C M Y K H S L
Decimal 203 125 22 0 0.38 0.89 0.20 34.14 0.8 0.44
Hex CB 7D 16 0 26 59 14 22 50 2C
Octal 313 175 26 0 46 131 24 42 120 54
Binary 11001011 1111101 10110 0 100110 1011001 10100 100010 1010000 101100

Color Harmonies of #CB7D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7D16

Black with #CB7D16

Text Example


Text Example

White with #CB7D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7D16; }

 p { color: rgb(203,125,22); }

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

background-color css

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

 a { background-color: rgb(203,125,22); }

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

border-color css

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

 span { border-color: rgb(203,125,22); }

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