Html Css Color HEX #CA780F Ochre

📋 copy color: '#CA780F'

red 202 ◦ green 120 ◦ blue 15

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

Shades of Ochre #CA780F

Tints of Ochre #CA780F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.61%

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

R = 59.94%
G = 35.61%
B = 4.45%

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

#CA780F (or 0xCA780F) is known color: Ochre. HEX triplet: CA, 78 and 0F. RGB value is (202,120,15). Sum of RGB (Red+Green+Blue) = 202+120+15=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA780F is #3587F0. Grayscale: #858585. Windows color (decimal): -3508209 or 1013962. OLE color: 1013962.

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

Color convert

RGB 202 120 15 -
CMYK 0 0.41 0.93 0.21
HSL 33.69º 0.86% 0.43% -
HSV(B) 33.69º 0.93% 0.79% -
XYZ 31.16 26.02 3.83 -
YUV 132.55 61.67 177.54 -
System Red Green Blue C M Y K H S L
Decimal 202 120 15 0 0.41 0.93 0.21 33.69 0.86 0.43
Hex CA 78 F 0 29 5D 15 22 56 2B
Octal 312 170 17 0 51 135 25 42 126 53
Binary 11001010 1111000 1111 0 101001 1011101 10101 100010 1010110 101011

Color Harmonies of #CA780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA780F

Black with #CA780F

Text Example


Text Example

White with #CA780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA780F; }

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

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

background-color css

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

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

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

border-color css

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

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

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