Html Css Color HEX #CDC595 Tahuna Sands

📋 copy color: '#CDC595'

red 205 ◦ green 197 ◦ blue 149

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

Shades of Tahuna Sands #CDC595

Tints of Tahuna Sands #CDC595

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.75%

 BLUE value IS 149 (58.59% from 255) = 27.04%

R = 37.21%
G = 35.75%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CDC595 (or 0xCDC595) is known color: Tahuna Sands. HEX triplet: CD, C5 and 95. RGB value is (205,197,149). Sum of RGB (Red+Green+Blue) = 205+197+149=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC595 is #323A6A. Grayscale: #C2C2C2. Windows color (decimal): -3291755 or 9815501. OLE color: 9815501.

HSL color Cylindrical-coordinate representation of color #CDC595: hue angle of 51.43º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDC595 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 197 149 -
CMYK 0 0.04 0.27 0.20
HSL 51.43º 0.36% 0.69% -
HSV(B) 51.43º 0.27% 0.8% -
XYZ 50.57 55.08 36.4 -
YUV 193.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 205 197 149 0 0.04 0.27 0.20 51.43 0.36 0.69
Hex CD C5 95 0 4 1B 14 33 24 45
Octal 315 305 225 0 4 33 24 63 44 105
Binary 11001101 11000101 10010101 0 100 11011 10100 110011 100100 1000101

Color Harmonies of #CDC595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC595

Black with #CDC595

Text Example


Text Example

White with #CDC595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC595; }

 p { color: rgb(205,197,149); }

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

background-color css

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

 a { background-color: rgb(205,197,149); }

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

border-color css

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

 span { border-color: rgb(205,197,149); }

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