Html Css Color HEX #C3CACF Spindle

📋 copy color: '#C3CACF'

red 195 ◦ green 202 ◦ blue 207

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

Shades of Spindle #C3CACF

Tints of Spindle #C3CACF

RGB

 RED value IS 195 (76.56% from 255) = 32.28%

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

 BLUE value IS 207 (81.25% from 255) = 34.27%

R = 32.28%
G = 33.44%
B = 34.27%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C3CACF (or 0xC3CACF) is known color: Spindle. HEX triplet: C3, CA and CF. RGB value is (195,202,207). Sum of RGB (Red+Green+Blue) = 195+202+207=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3CACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CACF is #3C3530. Grayscale: #C8C8C8. Windows color (decimal): -3945777 or 13617859. OLE color: 13617859.

HSL color Cylindrical-coordinate representation of color #C3CACF: hue angle of 205º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3CACF is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 202 207 -
CMYK 0.06 0.02 0 0.19
HSL 205º 0.11% 0.79% -
HSV(B) 205º 0.06% 0.81% -
XYZ 54.89 58.35 67.4 -
YUV 200.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 195 202 207 0.06 0.02 0 0.19 205 0.11 0.79
Hex C3 CA CF 6 2 0 13 CD B 4F
Octal 303 312 317 6 2 0 23 315 13 117
Binary 11000011 11001010 11001111 110 10 0 10011 11001101 1011 1001111

Color Harmonies of #C3CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CACF

Black with #C3CACF

Text Example


Text Example

White with #C3CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CACF; }

 p { color: rgb(195,202,207); }

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

background-color css

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

 a { background-color: rgb(195,202,207); }

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

border-color css

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

 span { border-color: rgb(195,202,207); }

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