Html Css Color HEX #CD7F63 Burning Sand

📋 copy color: '#CD7F63'

red 205 ◦ green 127 ◦ blue 99

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

Shades of Burning Sand #CD7F63

Tints of Burning Sand #CD7F63

RGB

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

 GREEN value IS 127 (50% from 255) = 29.47%

 BLUE value IS 99 (39.06% from 255) = 22.97%

R = 47.56%
G = 29.47%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD7F63 (or 0xCD7F63) is known color: Burning Sand. HEX triplet: CD, 7F and 63. RGB value is (205,127,99). Sum of RGB (Red+Green+Blue) = 205+127+99=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7F63 is #32809C. Grayscale: #939393. Windows color (decimal): -3309725 or 6520781. OLE color: 6520781.

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

Color convert

RGB 205 127 99 -
CMYK 0 0.38 0.52 0.20
HSL 15.85º 0.51% 0.6% -
HSV(B) 15.85º 0.52% 0.8% -
XYZ 35.02 29.06 15.57 -
YUV 147.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 205 127 99 0 0.38 0.52 0.20 15.85 0.51 0.6
Hex CD 7F 63 0 26 34 14 10 33 3C
Octal 315 177 143 0 46 64 24 20 63 74
Binary 11001101 1111111 1100011 0 100110 110100 10100 10000 110011 111100

Color Harmonies of #CD7F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7F63

Black with #CD7F63

Text Example


Text Example

White with #CD7F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7F63; }

 p { color: rgb(205,127,99); }

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

background-color css

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

 a { background-color: rgb(205,127,99); }

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

border-color css

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

 span { border-color: rgb(205,127,99); }

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