Html Css Color HEX #CD7C6B Burning Sand

📋 copy color: '#CD7C6B'

red 205 ◦ green 124 ◦ blue 107

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

Shades of Burning Sand #CD7C6B

Tints of Burning Sand #CD7C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.54%

R = 47.02%
G = 28.44%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD7C6B (or 0xCD7C6B) is known color: Burning Sand. HEX triplet: CD, 7C and 6B. RGB value is (205,124,107). Sum of RGB (Red+Green+Blue) = 205+124+107=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7C6B is #328394. Grayscale: #929292. Windows color (decimal): -3310485 or 7044301. OLE color: 7044301.

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

Color convert

RGB 205 124 107 -
CMYK 0 0.40 0.48 0.20
HSL 10.41º 0.49% 0.61% -
HSV(B) 10.41º 0.48% 0.8% -
XYZ 35.04 28.46 17.56 -
YUV 146.28 105.84 169.88 -
System Red Green Blue C M Y K H S L
Decimal 205 124 107 0 0.40 0.48 0.20 10.41 0.49 0.61
Hex CD 7C 6B 0 28 30 14 A 31 3D
Octal 315 174 153 0 50 60 24 12 61 75
Binary 11001101 1111100 1101011 0 101000 110000 10100 1010 110001 111101

Color Harmonies of #CD7C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7C6B

Black with #CD7C6B

Text Example


Text Example

White with #CD7C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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