Html Css Color HEX #CD7D68 Burning Sand

📋 copy color: '#CD7D68'

red 205 ◦ green 125 ◦ blue 104

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

Shades of Burning Sand #CD7D68

Tints of Burning Sand #CD7D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.96%

R = 47.24%
G = 28.8%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CD7D68 (or 0xCD7D68) is known color: Burning Sand. HEX triplet: CD, 7D and 68. RGB value is (205,125,104). Sum of RGB (Red+Green+Blue) = 205+125+104=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D68 is #328297. Grayscale: #929292. Windows color (decimal): -3310232 or 6847949. OLE color: 6847949.

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

Color convert

RGB 205 125 104 -
CMYK 0 0.39 0.49 0.20
HSL 12.48º 0.5% 0.61% -
HSV(B) 12.48º 0.49% 0.8% -
XYZ 35.01 28.65 16.78 -
YUV 146.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 205 125 104 0 0.39 0.49 0.20 12.48 0.5 0.61
Hex CD 7D 68 0 27 31 14 C 32 3D
Octal 315 175 150 0 47 61 24 14 62 75
Binary 11001101 1111101 1101000 0 100111 110001 10100 1100 110010 111101

Color Harmonies of #CD7D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7D68

Black with #CD7D68

Text Example


Text Example

White with #CD7D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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