#CDC5C6

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

Shades of Pink Flare #CDC5C6

Tints of Pink Flare #CDC5C6

Color information

#CDC5C6 (or 0xCDC5C6) is unknown color: approx Pink Flare. HEX triplet: CD, C5 and C6. RGB value is (205,197,198). Sum of RGB (Red+Green+Blue) = 205+197+198=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5C6 is #323A39. Grayscale: #C7C7C7. Windows color (decimal): -3291706 or 13026765. OLE color: 13026765.

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

Color convert

RGB205197198-
CMYK00.040.030.20
HSL352.5º7.41%78.82%-
HSV(B)352.5º3.9%80.39%-
XYZ55.3456.9961.51-
YUV199.51127.15131.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.17%
GREEN value IS 197 (77.34% from 255) = 32.83%
BLUE value IS 198 (77.73% from 255) = 33%
R=34.17%
G=32.83%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519719800.040.030.20352.57.4178.82
HexCDC5C60431416174f
Octal315305306043245417117
Binary110011011100010111000110010011101001011000011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5C6; }

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

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

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

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

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

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

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

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