Html Css Color HEX #C06C15 Ochre

📋 copy color: '#C06C15'

red 192 ◦ green 108 ◦ blue 21

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

Shades of Ochre #C06C15

Tints of Ochre #C06C15

RGB

 RED value IS 192 (75.39% from 255) = 59.81%

 GREEN value IS 108 (42.58% from 255) = 33.64%

 BLUE value IS 21 (8.59% from 255) = 6.54%

R = 59.81%
G = 33.64%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C06C15 (or 0xC06C15) is known color: Ochre. HEX triplet: C0, 6C and 15. RGB value is (192,108,21). Sum of RGB (Red+Green+Blue) = 192+108+21=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06C15 is #3F93EA. Grayscale: #7B7B7B. Windows color (decimal): -4166635 or 1404096. OLE color: 1404096.

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

Color convert

RGB 192 108 21 -
CMYK 0 0.44 0.89 0.25
HSL 30.53º 0.8% 0.42% -
HSV(B) 30.53º 0.89% 0.75% -
XYZ 27.24 21.99 3.52 -
YUV 123.2 70.33 177.07 -
System Red Green Blue C M Y K H S L
Decimal 192 108 21 0 0.44 0.89 0.25 30.53 0.8 0.42
Hex C0 6C 15 0 2C 59 19 1F 50 2A
Octal 300 154 25 0 54 131 31 37 120 52
Binary 11000000 1101100 10101 0 101100 1011001 11001 11111 1010000 101010

Color Harmonies of #C06C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C15

Black with #C06C15

Text Example


Text Example

White with #C06C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C15; }

 p { color: rgb(192,108,21); }

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

background-color css

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

 a { background-color: rgb(192,108,21); }

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

border-color css

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

 span { border-color: rgb(192,108,21); }

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