Html Css Color HEX #CA886A Burning Sand

📋 copy color: '#CA886A'

red 202 ◦ green 136 ◦ blue 106

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

Shades of Burning Sand #CA886A

Tints of Burning Sand #CA886A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.63%

 BLUE value IS 106 (41.8% from 255) = 23.87%

R = 45.5%
G = 30.63%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA886A (or 0xCA886A) is known color: Burning Sand. HEX triplet: CA, 88 and 6A. RGB value is (202,136,106). Sum of RGB (Red+Green+Blue) = 202+136+106=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA886A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA886A is #357795. Grayscale: #989898. Windows color (decimal): -3504022 or 6981834. OLE color: 6981834.

HSL color Cylindrical-coordinate representation of color #CA886A: hue angle of 18.75º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA886A is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 136 106 -
CMYK 0 0.33 0.48 0.21
HSL 18.75º 0.48% 0.6% -
HSV(B) 18.75º 0.48% 0.79% -
XYZ 35.76 31.21 17.77 -
YUV 152.31 101.87 163.44 -
System Red Green Blue C M Y K H S L
Decimal 202 136 106 0 0.33 0.48 0.21 18.75 0.48 0.6
Hex CA 88 6A 0 21 30 15 13 30 3C
Octal 312 210 152 0 41 60 25 23 60 74
Binary 11001010 10001000 1101010 0 100001 110000 10101 10011 110000 111100

Color Harmonies of #CA886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA886A

Black with #CA886A

Text Example


Text Example

White with #CA886A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA886A; }

 p { color: rgb(202,136,106); }

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

background-color css

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

 a { background-color: rgb(202,136,106); }

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

border-color css

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

 span { border-color: rgb(202,136,106); }

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