Html Css Color HEX #CA7D59 Burning Sand

📋 copy color: '#CA7D59'

red 202 ◦ green 125 ◦ blue 89

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

Shades of Burning Sand #CA7D59

Tints of Burning Sand #CA7D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.39%

R = 48.56%
G = 30.05%
B = 21.39%

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

#CA7D59 (or 0xCA7D59) is known color: Burning Sand. HEX triplet: CA, 7D and 59. RGB value is (202,125,89). Sum of RGB (Red+Green+Blue) = 202+125+89=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7D59 is #3582A6. Grayscale: #909090. Windows color (decimal): -3506855 or 5864906. OLE color: 5864906.

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

Color convert

RGB 202 125 89 -
CMYK 0 0.38 0.56 0.21
HSL 19.12º 0.52% 0.57% -
HSV(B) 19.12º 0.56% 0.79% -
XYZ 33.49 27.95 13.08 -
YUV 143.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 202 125 89 0 0.38 0.56 0.21 19.12 0.52 0.57
Hex CA 7D 59 0 26 38 15 13 34 39
Octal 312 175 131 0 46 70 25 23 64 71
Binary 11001010 1111101 1011001 0 100110 111000 10101 10011 110100 111001

Color Harmonies of #CA7D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D59

Black with #CA7D59

Text Example


Text Example

White with #CA7D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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