Html Css Color HEX #CCCCC1 Celeste

📋 copy color: '#CCCCC1'

red 204 ◦ green 204 ◦ blue 193

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

Shades of Celeste #CCCCC1

Tints of Celeste #CCCCC1

RGB

 RED value IS 204 (80.08% from 255) = 33.94%

 GREEN value IS 204 (80.08% from 255) = 33.94%

 BLUE value IS 193 (75.78% from 255) = 32.11%

R = 33.94%
G = 33.94%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CCCCC1 (or 0xCCCCC1) is known color: Celeste. HEX triplet: CC, CC and C1. RGB value is (204,204,193). Sum of RGB (Red+Green+Blue) = 204+204+193=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCC1 is #33333E. Grayscale: #CACACA. Windows color (decimal): -3355455 or 12700876. OLE color: 12700876.

HSL color Cylindrical-coordinate representation of color #CCCCC1: hue angle of 60º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCCCC1 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 193 -
CMYK 0 0 0.05 0.2
HSL 60º 0.1% 0.78% -
HSV(B) 60º 0.05% 0.8% -
XYZ 56.12 59.87 59.05 -
YUV 202.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 204 204 193 0 0 0.05 0.2 60 0.1 0.78
Hex CC CC C1 0 0 5 14 3C A 4E
Octal 314 314 301 0 0 5 24 74 12 116
Binary 11001100 11001100 11000001 0 0 101 10100 111100 1010 1001110

Color Harmonies of #CCCCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCC1

Black with #CCCCC1

Text Example


Text Example

White with #CCCCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCC1; }

 p { color: rgb(204,204,193); }

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

background-color css

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

 a { background-color: rgb(204,204,193); }

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

border-color css

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

 span { border-color: rgb(204,204,193); }

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