Html Css Color HEX #CD998B Quicksand

📋 copy color: '#CD998B'

red 205 ◦ green 153 ◦ blue 139

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

Shades of Quicksand #CD998B

Tints of Quicksand #CD998B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.78%

 BLUE value IS 139 (54.69% from 255) = 27.97%

R = 41.25%
G = 30.78%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD998B (or 0xCD998B) is known color: Quicksand. HEX triplet: CD, 99 and 8B. RGB value is (205,153,139). Sum of RGB (Red+Green+Blue) = 205+153+139=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CD998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD998B is #326674. Grayscale: #A7A7A7. Windows color (decimal): -3303029 or 9148877. OLE color: 9148877.

HSL color Cylindrical-coordinate representation of color #CD998B: hue angle of 12.73º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD998B is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 153 139 -
CMYK 0 0.25 0.32 0.20
HSL 12.73º 0.4% 0.67% -
HSV(B) 12.73º 0.32% 0.8% -
XYZ 41.23 37.63 29.52 -
YUV 166.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 205 153 139 0 0.25 0.32 0.20 12.73 0.4 0.67
Hex CD 99 8B 0 19 20 14 D 28 43
Octal 315 231 213 0 31 40 24 15 50 103
Binary 11001101 10011001 10001011 0 11001 100000 10100 1101 101000 1000011

Color Harmonies of #CD998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD998B

Black with #CD998B

Text Example


Text Example

White with #CD998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD998B; }

 p { color: rgb(205,153,139); }

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

background-color css

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

 a { background-color: rgb(205,153,139); }

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

border-color css

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

 span { border-color: rgb(205,153,139); }

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