Html Css Color HEX #C26C17 Ochre

📋 copy color: '#C26C17'

red 194 ◦ green 108 ◦ blue 23

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

Shades of Ochre #C26C17

Tints of Ochre #C26C17

RGB

 RED value IS 194 (76.17% from 255) = 59.69%

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

 BLUE value IS 23 (9.38% from 255) = 7.08%

R = 59.69%
G = 33.23%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C26C17 (or 0xC26C17) is known color: Ochre. HEX triplet: C2, 6C and 17. RGB value is (194,108,23). Sum of RGB (Red+Green+Blue) = 194+108+23=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26C17 is #3D93E8. Grayscale: #7C7C7C. Windows color (decimal): -4035561 or 1535170. OLE color: 1535170.

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

Color convert

RGB 194 108 23 -
CMYK 0 0.44 0.88 0.24
HSL 29.82º 0.79% 0.43% -
HSV(B) 29.82º 0.88% 0.76% -
XYZ 27.77 22.26 3.64 -
YUV 124.02 70.99 177.91 -
System Red Green Blue C M Y K H S L
Decimal 194 108 23 0 0.44 0.88 0.24 29.82 0.79 0.43
Hex C2 6C 17 0 2C 58 18 1E 4F 2B
Octal 302 154 27 0 54 130 30 36 117 53
Binary 11000010 1101100 10111 0 101100 1011000 11000 11110 1001111 101011

Color Harmonies of #C26C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26C17

Black with #C26C17

Text Example


Text Example

White with #C26C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26C17; }

 p { color: rgb(194,108,23); }

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

background-color css

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

 a { background-color: rgb(194,108,23); }

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

border-color css

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

 span { border-color: rgb(194,108,23); }

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