Html Css Color HEX #C97628 Ochre

📋 copy color: '#C97628'

red 201 ◦ green 118 ◦ blue 40

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

Shades of Ochre #C97628

Tints of Ochre #C97628

RGB

 RED value IS 201 (78.91% from 255) = 55.99%

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

 BLUE value IS 40 (16.02% from 255) = 11.14%

R = 55.99%
G = 32.87%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C97628 (or 0xC97628) is known color: Ochre. HEX triplet: C9, 76 and 28. RGB value is (201,118,40). Sum of RGB (Red+Green+Blue) = 201+118+40=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C97628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97628 is #3689D7. Grayscale: #868686. Windows color (decimal): -3574232 or 2651849. OLE color: 2651849.

HSL color Cylindrical-coordinate representation of color #C97628: hue angle of 29.07º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C97628 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 118 40 -
CMYK 0 0.41 0.80 0.21
HSL 29.07º 0.67% 0.47% -
HSV(B) 29.07º 0.8% 0.79% -
XYZ 30.95 25.53 5.3 -
YUV 133.93 75 175.84 -
System Red Green Blue C M Y K H S L
Decimal 201 118 40 0 0.41 0.80 0.21 29.07 0.67 0.47
Hex C9 76 28 0 29 50 15 1D 43 2F
Octal 311 166 50 0 51 120 25 35 103 57
Binary 11001001 1110110 101000 0 101001 1010000 10101 11101 1000011 101111

Color Harmonies of #C97628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97628

Black with #C97628

Text Example


Text Example

White with #C97628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97628; }

 p { color: rgb(201,118,40); }

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

background-color css

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

 a { background-color: rgb(201,118,40); }

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

border-color css

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

 span { border-color: rgb(201,118,40); }

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