Html Css Color HEX #C97428 Ochre

📋 copy color: '#C97428'

red 201 ◦ green 116 ◦ blue 40

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

Shades of Ochre #C97428

Tints of Ochre #C97428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.49%

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

R = 56.3%
G = 32.49%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C97428 (or 0xC97428) is known color: Ochre. HEX triplet: C9, 74 and 28. RGB value is (201,116,40). Sum of RGB (Red+Green+Blue) = 201+116+40=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C97428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97428 is #368BD7. Grayscale: #858585. Windows color (decimal): -3574744 or 2651337. OLE color: 2651337.

HSL color Cylindrical-coordinate representation of color #C97428: hue angle of 28.32º 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 #C97428 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 116 40 -
CMYK 0 0.42 0.80 0.21
HSL 28.32º 0.67% 0.47% -
HSV(B) 28.32º 0.8% 0.79% -
XYZ 30.72 25.06 5.23 -
YUV 132.75 75.66 176.68 -
System Red Green Blue C M Y K H S L
Decimal 201 116 40 0 0.42 0.80 0.21 28.32 0.67 0.47
Hex C9 74 28 0 2A 50 15 1C 43 2F
Octal 311 164 50 0 52 120 25 34 103 57
Binary 11001001 1110100 101000 0 101010 1010000 10101 11100 1000011 101111

Color Harmonies of #C97428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97428

Black with #C97428

Text Example


Text Example

White with #C97428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97428; }

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

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

background-color css

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

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

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

border-color css

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

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

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