Html Css Color HEX #C36F08 Ochre

📋 copy color: '#C36F08'

red 195 ◦ green 111 ◦ blue 8

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

Shades of Ochre #C36F08

Tints of Ochre #C36F08

RGB

 RED value IS 195 (76.56% from 255) = 62.1%

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

 BLUE value IS 8 (3.52% from 255) = 2.55%

R = 62.1%
G = 35.35%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C36F08 (or 0xC36F08) is known color: Ochre. HEX triplet: C3, 6F and 08. RGB value is (195,111,8). Sum of RGB (Red+Green+Blue) = 195+111+8=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36F08 is #3C90F7. Grayscale: #7C7C7C. Windows color (decimal): -3969272 or 552899. OLE color: 552899.

HSL color Cylindrical-coordinate representation of color #C36F08: hue angle of 33.05º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C36F08 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 111 8 -
CMYK 0 0.43 0.96 0.24
HSL 33.05º 0.92% 0.4% -
HSV(B) 33.05º 0.96% 0.76% -
XYZ 28.23 22.99 3.18 -
YUV 124.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 195 111 8 0 0.43 0.96 0.24 33.05 0.92 0.4
Hex C3 6F 8 0 2B 60 18 21 5C 28
Octal 303 157 10 0 53 140 30 41 134 50
Binary 11000011 1101111 1000 0 101011 1100000 11000 100001 1011100 101000

Color Harmonies of #C36F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36F08

Black with #C36F08

Text Example


Text Example

White with #C36F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36F08; }

 p { color: rgb(195,111,8); }

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

background-color css

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

 a { background-color: rgb(195,111,8); }

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

border-color css

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

 span { border-color: rgb(195,111,8); }

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