Html Css Color HEX #CA7C65 Burning Sand

📋 copy color: '#CA7C65'

red 202 ◦ green 124 ◦ blue 101

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

Shades of Burning Sand #CA7C65

Tints of Burning Sand #CA7C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.65%

R = 47.31%
G = 29.04%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA7C65 (or 0xCA7C65) is known color: Burning Sand. HEX triplet: CA, 7C and 65. RGB value is (202,124,101). Sum of RGB (Red+Green+Blue) = 202+124+101=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7C65 is #35839A. Grayscale: #909090. Windows color (decimal): -3507099 or 6651082. OLE color: 6651082.

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

Color convert

RGB 202 124 101 -
CMYK 0 0.39 0.50 0.21
HSL 13.66º 0.49% 0.59% -
HSV(B) 13.66º 0.5% 0.79% -
XYZ 33.91 27.91 15.91 -
YUV 144.7 103.34 168.87 -
System Red Green Blue C M Y K H S L
Decimal 202 124 101 0 0.39 0.50 0.21 13.66 0.49 0.59
Hex CA 7C 65 0 27 32 15 E 31 3B
Octal 312 174 145 0 47 62 25 16 61 73
Binary 11001010 1111100 1100101 0 100111 110010 10101 1110 110001 111011

Color Harmonies of #CA7C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7C65

Black with #CA7C65

Text Example


Text Example

White with #CA7C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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