#CDA9B4

Color #CDA9B4 Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blossom #CDA9B4

Tints of Blossom #CDA9B4

Color information

#CDA9B4 (or 0xCDA9B4) is unknown color: approx Blossom. HEX triplet: CD, A9 and B4. RGB value is (205,169,180). Sum of RGB (Red+Green+Blue) = 205+169+180=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9B4 is #32564B. Grayscale: #B5B5B5. Windows color (decimal): -3298892 or 11839949. OLE color: 11839949.

HSL color Cylindrical-coordinate representation of color #CDA9B4: hue angle of 341.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA9B4 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB205169180-
CMYK00.180.120.20
HSL341.67º26.47%73.33%-
HSV(B)341.67º17.56%80.39%-
XYZ47.644.6549.29-
YUV181.02127.43145.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 169 (66.41% from 255) = 30.51%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=37.00%
G=30.51%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516918000.180.120.20341.6726.4773.33
HexCDA9B4012C141561a49
Octal315251264022142452632111
Binary110011011010100110110100010010110010100101010110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9B4; }

 p { color: rgb(205,169,180); }

 H1.HeaderClassName
 {
   color: #CDA9B4;
 }
 .AnyTagClassName
 {
   color: #CDA9B4;
 }
</style>
background-color css

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

 a { background-color: rgb(205,169,180); }

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

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

 span { border-color: rgb(205,169,180); }

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