Html Css Color HEX #C4CAC6 Nebula

📋 copy color: '#C4CAC6'

red 196 ◦ green 202 ◦ blue 198

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

Shades of Nebula #C4CAC6

Tints of Nebula #C4CAC6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.89%

 BLUE value IS 198 (77.73% from 255) = 33.22%

R = 32.89%
G = 33.89%
B = 33.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C4CAC6 (or 0xC4CAC6) is known color: Nebula. HEX triplet: C4, CA and C6. RGB value is (196,202,198). Sum of RGB (Red+Green+Blue) = 196+202+198=596 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.89% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CAC6 is #3B3539. Grayscale: #C7C7C7. Windows color (decimal): -3880250 or 13028036. OLE color: 13028036.

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

Color convert

RGB 196 202 198 -
CMYK 0.03 0 0.02 0.21
HSL 140º 0.05% 0.78% -
HSV(B) 140º 0.03% 0.79% -
XYZ 54.08 58.05 61.78 -
YUV 199.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 196 202 198 0.03 0 0.02 0.21 140 0.05 0.78
Hex C4 CA C6 3 0 2 15 8C 5 4E
Octal 304 312 306 3 0 2 25 214 5 116
Binary 11000100 11001010 11000110 11 0 10 10101 10001100 101 1001110

Color Harmonies of #C4CAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CAC6

Black with #C4CAC6

Text Example


Text Example

White with #C4CAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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