Html Css Color HEX #CD7E64 Burning Sand

📋 copy color: '#CD7E64'

red 205 ◦ green 126 ◦ blue 100

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

Shades of Burning Sand #CD7E64

Tints of Burning Sand #CD7E64

RGB

 RED value IS 205 (80.47% from 255) = 47.56%

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

 BLUE value IS 100 (39.45% from 255) = 23.2%

R = 47.56%
G = 29.23%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CD7E64 (or 0xCD7E64) is known color: Burning Sand. HEX triplet: CD, 7E and 64. RGB value is (205,126,100). Sum of RGB (Red+Green+Blue) = 205+126+100=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7E64 is #32819B. Grayscale: #929292. Windows color (decimal): -3309980 or 6586061. OLE color: 6586061.

HSL color Cylindrical-coordinate representation of color #CD7E64: hue angle of 14.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD7E64 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 126 100 -
CMYK 0 0.39 0.51 0.20
HSL 14.86º 0.51% 0.6% -
HSV(B) 14.86º 0.51% 0.8% -
XYZ 34.94 28.82 15.78 -
YUV 146.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 205 126 100 0 0.39 0.51 0.20 14.86 0.51 0.6
Hex CD 7E 64 0 27 33 14 F 33 3C
Octal 315 176 144 0 47 63 24 17 63 74
Binary 11001101 1111110 1100100 0 100111 110011 10100 1111 110011 111100

Color Harmonies of #CD7E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7E64

Black with #CD7E64

Text Example


Text Example

White with #CD7E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7E64; }

 p { color: rgb(205,126,100); }

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

background-color css

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

 a { background-color: rgb(205,126,100); }

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

border-color css

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

 span { border-color: rgb(205,126,100); }

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