Html Css Color HEX #C4C2CA Ghost

📋 copy color: '#C4C2CA'

red 196 ◦ green 194 ◦ blue 202

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

Shades of Ghost #C4C2CA

Tints of Ghost #C4C2CA

RGB

 RED value IS 196 (76.95% from 255) = 33.11%

 GREEN value IS 194 (76.17% from 255) = 32.77%

 BLUE value IS 202 (79.3% from 255) = 34.12%

R = 33.11%
G = 32.77%
B = 34.12%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C4C2CA (or 0xC4C2CA) is known color: Ghost. HEX triplet: C4, C2 and CA. RGB value is (196,194,202). Sum of RGB (Red+Green+Blue) = 196+194+202=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4C2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C2CA is #3B3D35. Grayscale: #C3C3C3. Windows color (decimal): -3882294 or 13288132. OLE color: 13288132.

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

Color convert

RGB 196 194 202 -
CMYK 0.03 0.04 0 0.21
HSL 255º 0.07% 0.78% -
HSV(B) 255º 0.04% 0.79% -
XYZ 52.72 54.58 63.63 -
YUV 195.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 196 194 202 0.03 0.04 0 0.21 255 0.07 0.78
Hex C4 C2 CA 3 4 0 15 FF 7 4E
Octal 304 302 312 3 4 0 25 377 7 116
Binary 11000100 11000010 11001010 11 100 0 10101 11111111 111 1001110

Color Harmonies of #C4C2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C2CA

Black with #C4C2CA

Text Example


Text Example

White with #C4C2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C2CA; }

 p { color: rgb(196,194,202); }

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

background-color css

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

 a { background-color: rgb(196,194,202); }

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

border-color css

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

 span { border-color: rgb(196,194,202); }

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