Html Css Color HEX #CA7D6C Burning Sand

📋 copy color: '#CA7D6C'

red 202 ◦ green 125 ◦ blue 108

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

Shades of Burning Sand #CA7D6C

Tints of Burning Sand #CA7D6C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.74%

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

R = 46.44%
G = 28.74%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA7D6C (or 0xCA7D6C) is known color: Burning Sand. HEX triplet: CA, 7D and 6C. RGB value is (202,125,108). Sum of RGB (Red+Green+Blue) = 202+125+108=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7D6C is #358293. Grayscale: #929292. Windows color (decimal): -3506836 or 7110090. OLE color: 7110090.

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

Color convert

RGB 202 125 108 -
CMYK 0 0.38 0.47 0.21
HSL 10.85º 0.47% 0.61% -
HSV(B) 10.85º 0.47% 0.79% -
XYZ 34.4 28.31 17.84 -
YUV 146.09 106.51 167.88 -
System Red Green Blue C M Y K H S L
Decimal 202 125 108 0 0.38 0.47 0.21 10.85 0.47 0.61
Hex CA 7D 6C 0 26 2F 15 B 2F 3D
Octal 312 175 154 0 46 57 25 13 57 75
Binary 11001010 1111101 1101100 0 100110 101111 10101 1011 101111 111101

Color Harmonies of #CA7D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D6C

Black with #CA7D6C

Text Example


Text Example

White with #CA7D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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