Html Css Color HEX #CA7E58 Burning Sand

📋 copy color: '#CA7E58'

red 202 ◦ green 126 ◦ blue 88

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

Shades of Burning Sand #CA7E58

Tints of Burning Sand #CA7E58

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.29%

 BLUE value IS 88 (34.77% from 255) = 21.15%

R = 48.56%
G = 30.29%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA7E58 (or 0xCA7E58) is known color: Burning Sand. HEX triplet: CA, 7E and 58. RGB value is (202,126,88). Sum of RGB (Red+Green+Blue) = 202+126+88=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E58 is #3581A7. Grayscale: #909090. Windows color (decimal): -3506600 or 5799626. OLE color: 5799626.

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

Color convert

RGB 202 126 88 -
CMYK 0 0.38 0.56 0.21
HSL 20º 0.52% 0.57% -
HSV(B) 20º 0.56% 0.79% -
XYZ 33.58 28.18 12.9 -
YUV 144.39 96.18 169.09 -
System Red Green Blue C M Y K H S L
Decimal 202 126 88 0 0.38 0.56 0.21 20 0.52 0.57
Hex CA 7E 58 0 26 38 15 14 34 39
Octal 312 176 130 0 46 70 25 24 64 71
Binary 11001010 1111110 1011000 0 100110 111000 10101 10100 110100 111001

Color Harmonies of #CA7E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E58

Black with #CA7E58

Text Example


Text Example

White with #CA7E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E58; }

 p { color: rgb(202,126,88); }

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

background-color css

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

 a { background-color: rgb(202,126,88); }

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

border-color css

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

 span { border-color: rgb(202,126,88); }

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