Html Css Color HEX #CA7D62 Burning Sand

📋 copy color: '#CA7D62'

red 202 ◦ green 125 ◦ blue 98

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

Shades of Burning Sand #CA7D62

Tints of Burning Sand #CA7D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.06%

R = 47.53%
G = 29.41%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA7D62 (or 0xCA7D62) is known color: Burning Sand. HEX triplet: CA, 7D and 62. RGB value is (202,125,98). Sum of RGB (Red+Green+Blue) = 202+125+98=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7D62 is #35829D. Grayscale: #919191. Windows color (decimal): -3506846 or 6454730. OLE color: 6454730.

HSL color Cylindrical-coordinate representation of color #CA7D62: hue angle of 15.58º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7D62 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 125 98 -
CMYK 0 0.38 0.51 0.21
HSL 15.58º 0.5% 0.59% -
HSV(B) 15.58º 0.51% 0.79% -
XYZ 33.9 28.11 15.19 -
YUV 144.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 202 125 98 0 0.38 0.51 0.21 15.58 0.5 0.59
Hex CA 7D 62 0 26 33 15 10 32 3B
Octal 312 175 142 0 46 63 25 20 62 73
Binary 11001010 1111101 1100010 0 100110 110011 10101 10000 110010 111011

Color Harmonies of #CA7D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D62

Black with #CA7D62

Text Example


Text Example

White with #CA7D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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