Html Css Color HEX #CA886C Burning Sand

📋 copy color: '#CA886C'

red 202 ◦ green 136 ◦ blue 108

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

Shades of Burning Sand #CA886C

Tints of Burning Sand #CA886C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.22%

R = 45.29%
G = 30.49%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA886C (or 0xCA886C) is known color: Burning Sand. HEX triplet: CA, 88 and 6C. RGB value is (202,136,108). Sum of RGB (Red+Green+Blue) = 202+136+108=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA886C is #357793. Grayscale: #989898. Windows color (decimal): -3504020 or 7112906. OLE color: 7112906.

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

Color convert

RGB 202 136 108 -
CMYK 0 0.33 0.47 0.21
HSL 17.87º 0.47% 0.61% -
HSV(B) 17.87º 0.47% 0.79% -
XYZ 35.87 31.25 18.33 -
YUV 152.54 102.87 163.28 -
System Red Green Blue C M Y K H S L
Decimal 202 136 108 0 0.33 0.47 0.21 17.87 0.47 0.61
Hex CA 88 6C 0 21 2F 15 12 2F 3D
Octal 312 210 154 0 41 57 25 22 57 75
Binary 11001010 10001000 1101100 0 100001 101111 10101 10010 101111 111101

Color Harmonies of #CA886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA886C

Black with #CA886C

Text Example


Text Example

White with #CA886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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