Html Css Color HEX #CD7C65 Burning Sand

📋 copy color: '#CD7C65'

red 205 ◦ green 124 ◦ blue 101

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

Shades of Burning Sand #CD7C65

Tints of Burning Sand #CD7C65

RGB

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

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

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

R = 47.67%
G = 28.84%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CD7C65 (or 0xCD7C65) is known color: Burning Sand. HEX triplet: CD, 7C and 65. RGB value is (205,124,101). Sum of RGB (Red+Green+Blue) = 205+124+101=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7C65 is #32839A. Grayscale: #919191. Windows color (decimal): -3310491 or 6651085. OLE color: 6651085.

HSL color Cylindrical-coordinate representation of color #CD7C65: hue angle of 13.27º 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 #CD7C65 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 124 101 -
CMYK 0 0.40 0.51 0.20
HSL 13.27º 0.51% 0.6% -
HSV(B) 13.27º 0.51% 0.8% -
XYZ 34.73 28.33 15.95 -
YUV 145.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 205 124 101 0 0.40 0.51 0.20 13.27 0.51 0.6
Hex CD 7C 65 0 28 33 14 D 33 3C
Octal 315 174 145 0 50 63 24 15 63 74
Binary 11001101 1111100 1100101 0 101000 110011 10100 1101 110011 111100

Color Harmonies of #CD7C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7C65

Black with #CD7C65

Text Example


Text Example

White with #CD7C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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