Html Css Color HEX #CA7B6A Burning Sand

📋 copy color: '#CA7B6A'

red 202 ◦ green 123 ◦ blue 106

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

Shades of Burning Sand #CA7B6A

Tints of Burning Sand #CA7B6A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.54%

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

R = 46.87%
G = 28.54%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA7B6A (or 0xCA7B6A) is known color: Burning Sand. HEX triplet: CA, 7B and 6A. RGB value is (202,123,106). Sum of RGB (Red+Green+Blue) = 202+123+106=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B6A is #358495. Grayscale: #909090. Windows color (decimal): -3507350 or 6978506. OLE color: 6978506.

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

Color convert

RGB 202 123 106 -
CMYK 0 0.39 0.48 0.21
HSL 10.63º 0.48% 0.6% -
HSV(B) 10.63º 0.48% 0.79% -
XYZ 34.04 27.76 17.2 -
YUV 144.68 106.17 168.88 -
System Red Green Blue C M Y K H S L
Decimal 202 123 106 0 0.39 0.48 0.21 10.63 0.48 0.6
Hex CA 7B 6A 0 27 30 15 B 30 3C
Octal 312 173 152 0 47 60 25 13 60 74
Binary 11001010 1111011 1101010 0 100111 110000 10101 1011 110000 111100

Color Harmonies of #CA7B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7B6A

Black with #CA7B6A

Text Example


Text Example

White with #CA7B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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