Html Css Color HEX #CA7C61 Burning Sand

📋 copy color: '#CA7C61'

red 202 ◦ green 124 ◦ blue 97

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

Shades of Burning Sand #CA7C61

Tints of Burning Sand #CA7C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 97 (38.28% from 255) = 22.93%

R = 47.75%
G = 29.31%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA7C61 (or 0xCA7C61) is known color: Burning Sand. HEX triplet: CA, 7C and 61. RGB value is (202,124,97). Sum of RGB (Red+Green+Blue) = 202+124+97=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7C61 is #35839E. Grayscale: #909090. Windows color (decimal): -3507103 or 6388938. OLE color: 6388938.

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

Color convert

RGB 202 124 97 -
CMYK 0 0.39 0.52 0.21
HSL 15.43º 0.5% 0.59% -
HSV(B) 15.43º 0.52% 0.79% -
XYZ 33.72 27.83 14.9 -
YUV 144.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 202 124 97 0 0.39 0.52 0.21 15.43 0.5 0.59
Hex CA 7C 61 0 27 34 15 F 32 3B
Octal 312 174 141 0 47 64 25 17 62 73
Binary 11001010 1111100 1100001 0 100111 110100 10101 1111 110010 111011

Color Harmonies of #CA7C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7C61

Black with #CA7C61

Text Example


Text Example

White with #CA7C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7C61; }

 p { color: rgb(202,124,97); }

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

background-color css

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

 a { background-color: rgb(202,124,97); }

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

border-color css

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

 span { border-color: rgb(202,124,97); }

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