#CBC3C4

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

Shades of Pink Flare #CBC3C4

Tints of Pink Flare #CBC3C4

Color information

#CBC3C4 (or 0xCBC3C4) is unknown color: approx Pink Flare. HEX triplet: CB, C3 and C4. RGB value is (203,195,196). Sum of RGB (Red+Green+Blue) = 203+195+196=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3C4 is #343C3B. Grayscale: #C5C5C5. Windows color (decimal): -3423292 or 12895179. OLE color: 12895179.

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

Color convert

RGB203195196-
CMYK00.040.030.20
HSL352.5º7.14%78.04%-
HSV(B)352.5º3.94%79.61%-
XYZ54.1155.7160.13-
YUV197.51127.15131.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.18%
GREEN value IS 195 (76.56% from 255) = 32.83%
BLUE value IS 196 (76.95% from 255) = 33.00%
R=34.18%
G=32.83%
B=33.00%

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
Decimal20319519600.040.030.20352.57.1478.04
HexCBC3C40431416174e
Octal313303304043245417116
Binary110010111100001111000100010011101001011000011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC3C4; }

 p { color: rgb(203,195,196); }

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

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

 a { background-color: rgb(203,195,196); }

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

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

 span { border-color: rgb(203,195,196); }

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