Html Css Color HEX #C97509 Ochre

📋 copy color: '#C97509'

red 201 ◦ green 117 ◦ blue 9

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

Shades of Ochre #C97509

Tints of Ochre #C97509

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.78%

 BLUE value IS 9 (3.91% from 255) = 2.75%

R = 61.47%
G = 35.78%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C97509 (or 0xC97509) is known color: Ochre. HEX triplet: C9, 75 and 09. RGB value is (201,117,9). Sum of RGB (Red+Green+Blue) = 201+117+9=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 9 (3.91% from 255 or 2.75% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C97509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97509 is #368AF6. Grayscale: #828282. Windows color (decimal): -3574519 or 619977. OLE color: 619977.

HSL color Cylindrical-coordinate representation of color #C97509: hue angle of 33.75º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C97509 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 117 9 -
CMYK 0 0.42 0.96 0.21
HSL 33.75º 0.91% 0.41% -
HSV(B) 33.75º 0.96% 0.79% -
XYZ 30.5 25.16 3.51 -
YUV 129.8 59.83 178.78 -
System Red Green Blue C M Y K H S L
Decimal 201 117 9 0 0.42 0.96 0.21 33.75 0.91 0.41
Hex C9 75 9 0 2A 60 15 22 5B 29
Octal 311 165 11 0 52 140 25 42 133 51
Binary 11001001 1110101 1001 0 101010 1100000 10101 100010 1011011 101001

Color Harmonies of #C97509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97509

Black with #C97509

Text Example


Text Example

White with #C97509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97509; }

 p { color: rgb(201,117,9); }

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

background-color css

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

 a { background-color: rgb(201,117,9); }

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

border-color css

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

 span { border-color: rgb(201,117,9); }

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