Html Css Color HEX #CA760C Ochre

📋 copy color: '#CA760C'

red 202 ◦ green 118 ◦ blue 12

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

Shades of Ochre #CA760C

Tints of Ochre #CA760C

RGB

 RED value IS 202 (79.3% from 255) = 60.84%

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

 BLUE value IS 12 (5.08% from 255) = 3.61%

R = 60.84%
G = 35.54%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA760C (or 0xCA760C) is known color: Ochre. HEX triplet: CA, 76 and 0C. RGB value is (202,118,12). Sum of RGB (Red+Green+Blue) = 202+118+12=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA760C is #3589F3. Grayscale: #838383. Windows color (decimal): -3508724 or 816842. OLE color: 816842.

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

Color convert

RGB 202 118 12 -
CMYK 0 0.42 0.94 0.21
HSL 33.47º 0.89% 0.42% -
HSV(B) 33.47º 0.94% 0.79% -
XYZ 30.9 25.54 3.65 -
YUV 131.03 60.83 178.62 -
System Red Green Blue C M Y K H S L
Decimal 202 118 12 0 0.42 0.94 0.21 33.47 0.89 0.42
Hex CA 76 C 0 2A 5E 15 21 59 2A
Octal 312 166 14 0 52 136 25 41 131 52
Binary 11001010 1110110 1100 0 101010 1011110 10101 100001 1011001 101010

Color Harmonies of #CA760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA760C

Black with #CA760C

Text Example


Text Example

White with #CA760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA760C; }

 p { color: rgb(202,118,12); }

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

background-color css

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

 a { background-color: rgb(202,118,12); }

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

border-color css

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

 span { border-color: rgb(202,118,12); }

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