Html Css Color HEX #CA7F6B Burning Sand

📋 copy color: '#CA7F6B'

red 202 ◦ green 127 ◦ blue 107

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

Shades of Burning Sand #CA7F6B

Tints of Burning Sand #CA7F6B

RGB

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

 GREEN value IS 127 (50% from 255) = 29.13%

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

R = 46.33%
G = 29.13%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA7F6B (or 0xCA7F6B) is known color: Burning Sand. HEX triplet: CA, 7F and 6B. RGB value is (202,127,107). Sum of RGB (Red+Green+Blue) = 202+127+107=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F6B is #358094. Grayscale: #939393. Windows color (decimal): -3506325 or 7045066. OLE color: 7045066.

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

Color convert

RGB 202 127 107 -
CMYK 0 0.37 0.47 0.21
HSL 12.63º 0.47% 0.61% -
HSV(B) 12.63º 0.47% 0.79% -
XYZ 34.6 28.8 17.64 -
YUV 147.15 105.35 167.13 -
System Red Green Blue C M Y K H S L
Decimal 202 127 107 0 0.37 0.47 0.21 12.63 0.47 0.61
Hex CA 7F 6B 0 25 2F 15 D 2F 3D
Octal 312 177 153 0 45 57 25 15 57 75
Binary 11001010 1111111 1101011 0 100101 101111 10101 1101 101111 111101

Color Harmonies of #CA7F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F6B

Black with #CA7F6B

Text Example


Text Example

White with #CA7F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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