Html Css Color HEX #CD886B Burning Sand

📋 copy color: '#CD886B'

red 205 ◦ green 136 ◦ blue 107

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

Shades of Burning Sand #CD886B

Tints of Burning Sand #CD886B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.36%

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

R = 45.76%
G = 30.36%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD886B (or 0xCD886B) is known color: Burning Sand. HEX triplet: CD, 88 and 6B. RGB value is (205,136,107). Sum of RGB (Red+Green+Blue) = 205+136+107=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD886B is #327794. Grayscale: #999999. Windows color (decimal): -3307413 or 7047373. OLE color: 7047373.

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

Color convert

RGB 205 136 107 -
CMYK 0 0.34 0.48 0.20
HSL 17.76º 0.49% 0.61% -
HSV(B) 17.76º 0.48% 0.8% -
XYZ 36.63 31.65 18.09 -
YUV 153.33 101.86 164.86 -
System Red Green Blue C M Y K H S L
Decimal 205 136 107 0 0.34 0.48 0.20 17.76 0.49 0.61
Hex CD 88 6B 0 22 30 14 12 31 3D
Octal 315 210 153 0 42 60 24 22 61 75
Binary 11001101 10001000 1101011 0 100010 110000 10100 10010 110001 111101

Color Harmonies of #CD886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD886B

Black with #CD886B

Text Example


Text Example

White with #CD886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD886B; }

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

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

background-color css

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

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

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

border-color css

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

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

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