Html Css Color HEX #CA801C Ochre

📋 copy color: '#CA801C'

red 202 ◦ green 128 ◦ blue 28

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

Shades of Ochre #CA801C

Tints of Ochre #CA801C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.75%

 BLUE value IS 28 (11.33% from 255) = 7.82%

R = 56.42%
G = 35.75%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA801C (or 0xCA801C) is known color: Ochre. HEX triplet: CA, 80 and 1C. RGB value is (202,128,28). Sum of RGB (Red+Green+Blue) = 202+128+28=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA801C is #357FE3. Grayscale: #8B8B8B. Windows color (decimal): -3506148 or 1867978. OLE color: 1867978.

HSL color Cylindrical-coordinate representation of color #CA801C: hue angle of 34.48º degrees, saturation: 0.76, 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 #CA801C is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 128 28 -
CMYK 0 0.37 0.86 0.21
HSL 34.48º 0.76% 0.45% -
HSV(B) 34.48º 0.86% 0.79% -
XYZ 32.29 28.08 4.82 -
YUV 138.73 65.52 173.13 -
System Red Green Blue C M Y K H S L
Decimal 202 128 28 0 0.37 0.86 0.21 34.48 0.76 0.45
Hex CA 80 1C 0 25 56 15 22 4C 2D
Octal 312 200 34 0 45 126 25 42 114 55
Binary 11001010 10000000 11100 0 100101 1010110 10101 100010 1001100 101101

Color Harmonies of #CA801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA801C

Black with #CA801C

Text Example


Text Example

White with #CA801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA801C; }

 p { color: rgb(202,128,28); }

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

background-color css

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

 a { background-color: rgb(202,128,28); }

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

border-color css

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

 span { border-color: rgb(202,128,28); }

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