Html Css Color HEX #CB6F1C Ochre

📋 copy color: '#CB6F1C'

red 203 ◦ green 111 ◦ blue 28

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

Shades of Ochre #CB6F1C

Tints of Ochre #CB6F1C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.46%

 BLUE value IS 28 (11.33% from 255) = 8.19%

R = 59.36%
G = 32.46%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB6F1C (or 0xCB6F1C) is known color: Ochre. HEX triplet: CB, 6F and 1C. RGB value is (203,111,28). Sum of RGB (Red+Green+Blue) = 203+111+28=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6F1C is #3490E3. Grayscale: #818181. Windows color (decimal): -3444964 or 1863627. OLE color: 1863627.

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

Color convert

RGB 203 111 28 -
CMYK 0 0.45 0.86 0.20
HSL 28.46º 0.76% 0.45% -
HSV(B) 28.46º 0.86% 0.8% -
XYZ 30.52 24.15 4.15 -
YUV 129.05 70.98 180.75 -
System Red Green Blue C M Y K H S L
Decimal 203 111 28 0 0.45 0.86 0.20 28.46 0.76 0.45
Hex CB 6F 1C 0 2D 56 14 1C 4C 2D
Octal 313 157 34 0 55 126 24 34 114 55
Binary 11001011 1101111 11100 0 101101 1010110 10100 11100 1001100 101101

Color Harmonies of #CB6F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6F1C

Black with #CB6F1C

Text Example


Text Example

White with #CB6F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6F1C; }

 p { color: rgb(203,111,28); }

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

background-color css

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

 a { background-color: rgb(203,111,28); }

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

border-color css

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

 span { border-color: rgb(203,111,28); }

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