Html Css Color HEX #CB7D12 Ochre

📋 copy color: '#CB7D12'

red 203 ◦ green 125 ◦ blue 18

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

Shades of Ochre #CB7D12

Tints of Ochre #CB7D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.2%

R = 58.67%
G = 36.13%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB7D12 (or 0xCB7D12) is known color: Ochre. HEX triplet: CB, 7D and 12. RGB value is (203,125,18). Sum of RGB (Red+Green+Blue) = 203+125+18=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7D12 is #3482ED. Grayscale: #888888. Windows color (decimal): -3441390 or 1211851. OLE color: 1211851.

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

Color convert

RGB 203 125 18 -
CMYK 0 0.38 0.91 0.20
HSL 34.7º 0.84% 0.43% -
HSV(B) 34.7º 0.91% 0.8% -
XYZ 32.07 27.41 4.17 -
YUV 136.12 61.34 175.7 -
System Red Green Blue C M Y K H S L
Decimal 203 125 18 0 0.38 0.91 0.20 34.7 0.84 0.43
Hex CB 7D 12 0 26 5B 14 23 54 2B
Octal 313 175 22 0 46 133 24 43 124 53
Binary 11001011 1111101 10010 0 100110 1011011 10100 100011 1010100 101011

Color Harmonies of #CB7D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7D12

Black with #CB7D12

Text Example


Text Example

White with #CB7D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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