Html Css Color HEX #C9702B Ochre

📋 copy color: '#C9702B'

red 201 ◦ green 112 ◦ blue 43

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

Shades of Ochre #C9702B

Tints of Ochre #C9702B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

 BLUE value IS 43 (17.19% from 255) = 12.08%

R = 56.46%
G = 31.46%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9702B (or 0xC9702B) is known color: Ochre. HEX triplet: C9, 70 and 2B. RGB value is (201,112,43). Sum of RGB (Red+Green+Blue) = 201+112+43=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C9702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9702B is #368FD4. Grayscale: #838383. Windows color (decimal): -3575765 or 2846921. OLE color: 2846921.

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

Color convert

RGB 201 112 43 -
CMYK 0 0.44 0.79 0.21
HSL 26.2º 0.65% 0.48% -
HSV(B) 26.2º 0.79% 0.79% -
XYZ 30.32 24.18 5.35 -
YUV 130.75 78.49 178.11 -
System Red Green Blue C M Y K H S L
Decimal 201 112 43 0 0.44 0.79 0.21 26.2 0.65 0.48
Hex C9 70 2B 0 2C 4F 15 1A 41 30
Octal 311 160 53 0 54 117 25 32 101 60
Binary 11001001 1110000 101011 0 101100 1001111 10101 11010 1000001 110000

Color Harmonies of #C9702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9702B

Black with #C9702B

Text Example


Text Example

White with #C9702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9702B; }

 p { color: rgb(201,112,43); }

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

background-color css

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

 a { background-color: rgb(201,112,43); }

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

border-color css

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

 span { border-color: rgb(201,112,43); }

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