Html Css Color HEX #CA760B Ochre

📋 copy color: '#CA760B'

red 202 ◦ green 118 ◦ blue 11

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

Shades of Ochre #CA760B

Tints of Ochre #CA760B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.32%

R = 61.03%
G = 35.65%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA760B (or 0xCA760B) is known color: Ochre. HEX triplet: CA, 76 and 0B. RGB value is (202,118,11). Sum of RGB (Red+Green+Blue) = 202+118+11=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA760B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA760B is #3589F4. Grayscale: #838383. Windows color (decimal): -3508725 or 751306. OLE color: 751306.

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

Color convert

RGB 202 118 11 -
CMYK 0 0.42 0.95 0.21
HSL 33.61º 0.9% 0.42% -
HSV(B) 33.61º 0.95% 0.79% -
XYZ 30.9 25.54 3.62 -
YUV 130.92 60.33 178.7 -
System Red Green Blue C M Y K H S L
Decimal 202 118 11 0 0.42 0.95 0.21 33.61 0.9 0.42
Hex CA 76 B 0 2A 5F 15 22 5A 2A
Octal 312 166 13 0 52 137 25 42 132 52
Binary 11001010 1110110 1011 0 101010 1011111 10101 100010 1011010 101010

Color Harmonies of #CA760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA760B

Black with #CA760B

Text Example


Text Example

White with #CA760B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA760B; }

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

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

background-color css

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

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

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

border-color css

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

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

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