Html Css Color HEX #CB7C12 Ochre

📋 copy color: '#CB7C12'

red 203 ◦ green 124 ◦ blue 18

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

Shades of Ochre #CB7C12

Tints of Ochre #CB7C12

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.94%

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

R = 58.84%
G = 35.94%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB7C12 (or 0xCB7C12) is known color: Ochre. HEX triplet: CB, 7C and 12. RGB value is (203,124,18). Sum of RGB (Red+Green+Blue) = 203+124+18=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7C12 is #3483ED. Grayscale: #888888. Windows color (decimal): -3441646 or 1211595. OLE color: 1211595.

HSL color Cylindrical-coordinate representation of color #CB7C12: hue angle of 34.38º 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 #CB7C12 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 124 18 -
CMYK 0 0.39 0.91 0.20
HSL 34.38º 0.84% 0.43% -
HSV(B) 34.38º 0.91% 0.8% -
XYZ 31.95 27.16 4.13 -
YUV 135.54 61.67 176.12 -
System Red Green Blue C M Y K H S L
Decimal 203 124 18 0 0.39 0.91 0.20 34.38 0.84 0.43
Hex CB 7C 12 0 27 5B 14 22 54 2B
Octal 313 174 22 0 47 133 24 42 124 53
Binary 11001011 1111100 10010 0 100111 1011011 10100 100010 1010100 101011

Color Harmonies of #CB7C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7C12

Black with #CB7C12

Text Example


Text Example

White with #CB7C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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