Html Css Color HEX #CA770F Ochre

📋 copy color: '#CA770F'

red 202 ◦ green 119 ◦ blue 15

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

Shades of Ochre #CA770F

Tints of Ochre #CA770F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.42%

 BLUE value IS 15 (6.25% from 255) = 4.46%

R = 60.12%
G = 35.42%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA770F (or 0xCA770F) is known color: Ochre. HEX triplet: CA, 77 and 0F. RGB value is (202,119,15). Sum of RGB (Red+Green+Blue) = 202+119+15=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA770F is #3588F0. Grayscale: #848484. Windows color (decimal): -3508465 or 1013706. OLE color: 1013706.

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

Color convert

RGB 202 119 15 -
CMYK 0 0.41 0.93 0.21
HSL 33.37º 0.86% 0.43% -
HSV(B) 33.37º 0.93% 0.79% -
XYZ 31.04 25.78 3.79 -
YUV 131.96 62 177.96 -
System Red Green Blue C M Y K H S L
Decimal 202 119 15 0 0.41 0.93 0.21 33.37 0.86 0.43
Hex CA 77 F 0 29 5D 15 21 56 2B
Octal 312 167 17 0 51 135 25 41 126 53
Binary 11001010 1110111 1111 0 101001 1011101 10101 100001 1010110 101011

Color Harmonies of #CA770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA770F

Black with #CA770F

Text Example


Text Example

White with #CA770F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA770F; }

 p { color: rgb(202,119,15); }

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

background-color css

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

 a { background-color: rgb(202,119,15); }

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

border-color css

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

 span { border-color: rgb(202,119,15); }

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