Html Css Color HEX #CD7B6A Burning Sand

📋 copy color: '#CD7B6A'

red 205 ◦ green 123 ◦ blue 106

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

Shades of Burning Sand #CD7B6A

Tints of Burning Sand #CD7B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.42%

R = 47.24%
G = 28.34%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD7B6A (or 0xCD7B6A) is known color: Burning Sand. HEX triplet: CD, 7B and 6A. RGB value is (205,123,106). Sum of RGB (Red+Green+Blue) = 205+123+106=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7B6A is #328495. Grayscale: #919191. Windows color (decimal): -3310742 or 6978509. OLE color: 6978509.

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

Color convert

RGB 205 123 106 -
CMYK 0 0.4 0.48 0.20
HSL 10.3º 0.5% 0.61% -
HSV(B) 10.3º 0.48% 0.8% -
XYZ 34.86 28.19 17.24 -
YUV 145.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 205 123 106 0 0.4 0.48 0.20 10.3 0.5 0.61
Hex CD 7B 6A 0 28 30 14 A 32 3D
Octal 315 173 152 0 50 60 24 12 62 75
Binary 11001101 1111011 1101010 0 101000 110000 10100 1010 110010 111101

Color Harmonies of #CD7B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7B6A

Black with #CD7B6A

Text Example


Text Example

White with #CD7B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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