Html Css Color HEX #CDC995 Tahuna Sands

📋 copy color: '#CDC995'

red 205 ◦ green 201 ◦ blue 149

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

Shades of Tahuna Sands #CDC995

Tints of Tahuna Sands #CDC995

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.22%

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

R = 36.94%
G = 36.22%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CDC995 (or 0xCDC995) is known color: Tahuna Sands. HEX triplet: CD, C9 and 95. RGB value is (205,201,149). Sum of RGB (Red+Green+Blue) = 205+201+149=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC995 is #32366A. Grayscale: #C4C4C4. Windows color (decimal): -3290731 or 9816525. OLE color: 9816525.

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

Color convert

RGB 205 201 149 -
CMYK 0 0.02 0.27 0.20
HSL 55.71º 0.36% 0.69% -
HSV(B) 55.71º 0.27% 0.8% -
XYZ 51.49 56.92 36.71 -
YUV 196.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 205 201 149 0 0.02 0.27 0.20 55.71 0.36 0.69
Hex CD C9 95 0 2 1B 14 38 24 45
Octal 315 311 225 0 2 33 24 70 44 105
Binary 11001101 11001001 10010101 0 10 11011 10100 111000 100100 1000101

Color Harmonies of #CDC995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC995

Black with #CDC995

Text Example


Text Example

White with #CDC995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC995; }

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

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

background-color css

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

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

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

border-color css

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

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

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