Html Css Color HEX #CAC6CC Prelude

📋 copy color: '#CAC6CC'

red 202 ◦ green 198 ◦ blue 204

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

Shades of Prelude #CAC6CC

Tints of Prelude #CAC6CC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.78%

 BLUE value IS 204 (80.08% from 255) = 33.77%

R = 33.44%
G = 32.78%
B = 33.77%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CAC6CC (or 0xCAC6CC) is known color: Prelude. HEX triplet: CA, C6 and CC. RGB value is (202,198,204). Sum of RGB (Red+Green+Blue) = 202+198+204=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6CC is #353933. Grayscale: #C7C7C7. Windows color (decimal): -3488052 or 13420234. OLE color: 13420234.

HSL color Cylindrical-coordinate representation of color #CAC6CC: hue angle of 280º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CAC6CC is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 198 204 -
CMYK 0.01 0.03 0 0.2
HSL 280º 0.06% 0.79% -
HSV(B) 280º 0.03% 0.8% -
XYZ 55.45 57.3 65.27 -
YUV 199.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 202 198 204 0.01 0.03 0 0.2 280 0.06 0.79
Hex CA C6 CC 1 3 0 14 118 6 4F
Octal 312 306 314 1 3 0 24 430 6 117
Binary 11001010 11000110 11001100 1 11 0 10100 100011000 110 1001111

Color Harmonies of #CAC6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC6CC

Black with #CAC6CC

Text Example


Text Example

White with #CAC6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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