Html Css Color HEX #C17612 Ochre

📋 copy color: '#C17612'

red 193 ◦ green 118 ◦ blue 18

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

Shades of Ochre #C17612

Tints of Ochre #C17612

RGB

 RED value IS 193 (75.78% from 255) = 58.66%

 GREEN value IS 118 (46.48% from 255) = 35.87%

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

R = 58.66%
G = 35.87%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C17612 (or 0xC17612) is known color: Ochre. HEX triplet: C1, 76 and 12. RGB value is (193,118,18). Sum of RGB (Red+Green+Blue) = 193+118+18=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C17612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17612 is #3E89ED. Grayscale: #818181. Windows color (decimal): -4098542 or 1210049. OLE color: 1210049.

HSL color Cylindrical-coordinate representation of color #C17612: hue angle of 34.29º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C17612 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 118 18 -
CMYK 0 0.39 0.91 0.24
HSL 34.29º 0.83% 0.41% -
HSV(B) 34.29º 0.91% 0.76% -
XYZ 28.58 24.34 3.76 -
YUV 129.03 65.35 173.63 -
System Red Green Blue C M Y K H S L
Decimal 193 118 18 0 0.39 0.91 0.24 34.29 0.83 0.41
Hex C1 76 12 0 27 5B 18 22 53 29
Octal 301 166 22 0 47 133 30 42 123 51
Binary 11000001 1110110 10010 0 100111 1011011 11000 100010 1010011 101001

Color Harmonies of #C17612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17612

Black with #C17612

Text Example


Text Example

White with #C17612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17612; }

 p { color: rgb(193,118,18); }

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

background-color css

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

 a { background-color: rgb(193,118,18); }

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

border-color css

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

 span { border-color: rgb(193,118,18); }

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