Html Css Color HEX #CA876B Burning Sand

📋 copy color: '#CA876B'

red 202 ◦ green 135 ◦ blue 107

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

Shades of Burning Sand #CA876B

Tints of Burning Sand #CA876B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.41%

 BLUE value IS 107 (42.19% from 255) = 24.1%

R = 45.5%
G = 30.41%
B = 24.1%

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

#CA876B (or 0xCA876B) is known color: Burning Sand. HEX triplet: CA, 87 and 6B. RGB value is (202,135,107). Sum of RGB (Red+Green+Blue) = 202+135+107=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA876B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA876B is #357894. Grayscale: #989898. Windows color (decimal): -3504277 or 7047114. OLE color: 7047114.

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

Color convert

RGB 202 135 107 -
CMYK 0 0.33 0.47 0.21
HSL 17.68º 0.47% 0.61% -
HSV(B) 17.68º 0.47% 0.79% -
XYZ 35.67 30.95 18 -
YUV 151.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 202 135 107 0 0.33 0.47 0.21 17.68 0.47 0.61
Hex CA 87 6B 0 21 2F 15 12 2F 3D
Octal 312 207 153 0 41 57 25 22 57 75
Binary 11001010 10000111 1101011 0 100001 101111 10101 10010 101111 111101

Color Harmonies of #CA876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA876B

Black with #CA876B

Text Example


Text Example

White with #CA876B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA876B; }

 p { color: rgb(202,135,107); }

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

background-color css

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

 a { background-color: rgb(202,135,107); }

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

border-color css

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

 span { border-color: rgb(202,135,107); }

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