Html Css Color HEX #CA8B6B Burning Sand

📋 copy color: '#CA8B6B'

red 202 ◦ green 139 ◦ blue 107

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

Shades of Burning Sand #CA8B6B

Tints of Burning Sand #CA8B6B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.03%

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

R = 45.09%
G = 31.03%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA8B6B (or 0xCA8B6B) is known color: Burning Sand. HEX triplet: CA, 8B and 6B. RGB value is (202,139,107). Sum of RGB (Red+Green+Blue) = 202+139+107=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8B6B is #357494. Grayscale: #9A9A9A. Windows color (decimal): -3503253 or 7048138. OLE color: 7048138.

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

Color convert

RGB 202 139 107 -
CMYK 0 0.31 0.47 0.21
HSL 20.21º 0.47% 0.61% -
HSV(B) 20.21º 0.47% 0.79% -
XYZ 36.24 32.08 18.19 -
YUV 154.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 202 139 107 0 0.31 0.47 0.21 20.21 0.47 0.61
Hex CA 8B 6B 0 1F 2F 15 14 2F 3D
Octal 312 213 153 0 37 57 25 24 57 75
Binary 11001010 10001011 1101011 0 11111 101111 10101 10100 101111 111101

Color Harmonies of #CA8B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8B6B

Black with #CA8B6B

Text Example


Text Example

White with #CA8B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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