Html Css Color HEX #CA781D Ochre

📋 copy color: '#CA781D'

red 202 ◦ green 120 ◦ blue 29

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

Shades of Ochre #CA781D

Tints of Ochre #CA781D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.26%

R = 57.55%
G = 34.19%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA781D (or 0xCA781D) is known color: Ochre. HEX triplet: CA, 78 and 1D. RGB value is (202,120,29). Sum of RGB (Red+Green+Blue) = 202+120+29=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA781D is #3587E2. Grayscale: #868686. Windows color (decimal): -3508195 or 1931466. OLE color: 1931466.

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

Color convert

RGB 202 120 29 -
CMYK 0 0.41 0.86 0.21
HSL 31.56º 0.75% 0.45% -
HSV(B) 31.56º 0.86% 0.79% -
XYZ 31.3 26.08 4.55 -
YUV 134.14 68.67 176.4 -
System Red Green Blue C M Y K H S L
Decimal 202 120 29 0 0.41 0.86 0.21 31.56 0.75 0.45
Hex CA 78 1D 0 29 56 15 20 4B 2D
Octal 312 170 35 0 51 126 25 40 113 55
Binary 11001010 1111000 11101 0 101001 1010110 10101 100000 1001011 101101

Color Harmonies of #CA781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA781D

Black with #CA781D

Text Example


Text Example

White with #CA781D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA781D; }

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

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

background-color css

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

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

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

border-color css

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

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

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