Html Css Color HEX #C9752A Ochre

📋 copy color: '#C9752A'

red 201 ◦ green 117 ◦ blue 42

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

Shades of Ochre #C9752A

Tints of Ochre #C9752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.67%

R = 55.83%
G = 32.5%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9752A (or 0xC9752A) is known color: Ochre. HEX triplet: C9, 75 and 2A. RGB value is (201,117,42). Sum of RGB (Red+Green+Blue) = 201+117+42=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C9752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9752A is #368AD5. Grayscale: #858585. Windows color (decimal): -3574486 or 2782665. OLE color: 2782665.

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

Color convert

RGB 201 117 42 -
CMYK 0 0.42 0.79 0.21
HSL 28.3º 0.65% 0.48% -
HSV(B) 28.3º 0.79% 0.79% -
XYZ 30.87 25.31 5.45 -
YUV 133.57 76.33 176.1 -
System Red Green Blue C M Y K H S L
Decimal 201 117 42 0 0.42 0.79 0.21 28.3 0.65 0.48
Hex C9 75 2A 0 2A 4F 15 1C 41 30
Octal 311 165 52 0 52 117 25 34 101 60
Binary 11001001 1110101 101010 0 101010 1001111 10101 11100 1000001 110000

Color Harmonies of #C9752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9752A

Black with #C9752A

Text Example


Text Example

White with #C9752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9752A; }

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

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

background-color css

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

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

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

border-color css

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

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

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