Html Css Color HEX #CD7B63 Burning Sand

📋 copy color: '#CD7B63'

red 205 ◦ green 123 ◦ blue 99

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

Shades of Burning Sand #CD7B63

Tints of Burning Sand #CD7B63

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.81%

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

R = 48.01%
G = 28.81%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD7B63 (or 0xCD7B63) is known color: Burning Sand. HEX triplet: CD, 7B and 63. RGB value is (205,123,99). Sum of RGB (Red+Green+Blue) = 205+123+99=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7B63 is #32849C. Grayscale: #909090. Windows color (decimal): -3310749 or 6519757. OLE color: 6519757.

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

Color convert

RGB 205 123 99 -
CMYK 0 0.4 0.52 0.20
HSL 13.58º 0.51% 0.6% -
HSV(B) 13.58º 0.52% 0.8% -
XYZ 34.51 28.05 15.4 -
YUV 144.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 205 123 99 0 0.4 0.52 0.20 13.58 0.51 0.6
Hex CD 7B 63 0 28 34 14 E 33 3C
Octal 315 173 143 0 50 64 24 16 63 74
Binary 11001101 1111011 1100011 0 101000 110100 10100 1110 110011 111100

Color Harmonies of #CD7B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7B63

Black with #CD7B63

Text Example


Text Example

White with #CD7B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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