Html Css Color HEX #CD7B66 Burning Sand

📋 copy color: '#CD7B66'

red 205 ◦ green 123 ◦ blue 102

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

Shades of Burning Sand #CD7B66

Tints of Burning Sand #CD7B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.72%

R = 47.67%
G = 28.6%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CD7B66 (or 0xCD7B66) is known color: Burning Sand. HEX triplet: CD, 7B and 66. RGB value is (205,123,102). Sum of RGB (Red+Green+Blue) = 205+123+102=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7B66 is #328499. Grayscale: #919191. Windows color (decimal): -3310746 or 6716365. OLE color: 6716365.

HSL color Cylindrical-coordinate representation of color #CD7B66: hue angle of 12.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD7B66 is Cyan = 0, Magento = 0.4, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 123 102 -
CMYK 0 0.4 0.50 0.20
HSL 12.23º 0.51% 0.6% -
HSV(B) 12.23º 0.5% 0.8% -
XYZ 34.66 28.1 16.17 -
YUV 145.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 205 123 102 0 0.4 0.50 0.20 12.23 0.51 0.6
Hex CD 7B 66 0 28 32 14 C 33 3C
Octal 315 173 146 0 50 62 24 14 63 74
Binary 11001101 1111011 1100110 0 101000 110010 10100 1100 110011 111100

Color Harmonies of #CD7B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7B66

Black with #CD7B66

Text Example


Text Example

White with #CD7B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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