Html Css Color HEX #CD7D60 Burning Sand

📋 copy color: '#CD7D60'

red 205 ◦ green 125 ◦ blue 96

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

Shades of Burning Sand #CD7D60

Tints of Burning Sand #CD7D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.54%

R = 48.12%
G = 29.34%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CD7D60 (or 0xCD7D60) is known color: Burning Sand. HEX triplet: CD, 7D and 60. RGB value is (205,125,96). Sum of RGB (Red+Green+Blue) = 205+125+96=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D60 is #32829F. Grayscale: #919191. Windows color (decimal): -3310240 or 6323661. OLE color: 6323661.

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

Color convert

RGB 205 125 96 -
CMYK 0 0.39 0.53 0.20
HSL 15.96º 0.52% 0.59% -
HSV(B) 15.96º 0.53% 0.8% -
XYZ 34.62 28.49 14.74 -
YUV 145.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 205 125 96 0 0.39 0.53 0.20 15.96 0.52 0.59
Hex CD 7D 60 0 27 35 14 10 34 3B
Octal 315 175 140 0 47 65 24 20 64 73
Binary 11001101 1111101 1100000 0 100111 110101 10100 10000 110100 111011

Color Harmonies of #CD7D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7D60

Black with #CD7D60

Text Example


Text Example

White with #CD7D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7D60; }

 p { color: rgb(205,125,96); }

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

background-color css

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

 a { background-color: rgb(205,125,96); }

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

border-color css

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

 span { border-color: rgb(205,125,96); }

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