Html Css Color HEX #CA821C Ochre

📋 copy color: '#CA821C'

red 202 ◦ green 130 ◦ blue 28

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

Shades of Ochre #CA821C

Tints of Ochre #CA821C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.11%

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

R = 56.11%
G = 36.11%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA821C (or 0xCA821C) is known color: Ochre. HEX triplet: CA, 82 and 1C. RGB value is (202,130,28). Sum of RGB (Red+Green+Blue) = 202+130+28=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA821C is #357DE3. Grayscale: #8C8C8C. Windows color (decimal): -3505636 or 1868490. OLE color: 1868490.

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

Color convert

RGB 202 130 28 -
CMYK 0 0.36 0.86 0.21
HSL 35.17º 0.76% 0.45% -
HSV(B) 35.17º 0.86% 0.79% -
XYZ 32.55 28.61 4.9 -
YUV 139.9 64.85 172.29 -
System Red Green Blue C M Y K H S L
Decimal 202 130 28 0 0.36 0.86 0.21 35.17 0.76 0.45
Hex CA 82 1C 0 24 56 15 23 4C 2D
Octal 312 202 34 0 44 126 25 43 114 55
Binary 11001010 10000010 11100 0 100100 1010110 10101 100011 1001100 101101

Color Harmonies of #CA821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA821C

Black with #CA821C

Text Example


Text Example

White with #CA821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA821C; }

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

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

background-color css

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

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

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

border-color css

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

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

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