Html Css Color HEX #C2ACCB Prelude

📋 copy color: '#C2ACCB'

red 194 ◦ green 172 ◦ blue 203

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

Shades of Prelude #C2ACCB

Tints of Prelude #C2ACCB

RGB

 RED value IS 194 (76.17% from 255) = 34.09%

 GREEN value IS 172 (67.58% from 255) = 30.23%

 BLUE value IS 203 (79.69% from 255) = 35.68%

R = 34.09%
G = 30.23%
B = 35.68%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C2ACCB (or 0xC2ACCB) is known color: Prelude. HEX triplet: C2, AC and CB. RGB value is (194,172,203). Sum of RGB (Red+Green+Blue) = 194+172+203=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACCB is #3D5334. Grayscale: #B6B6B6. Windows color (decimal): -4018997 or 13348034. OLE color: 13348034.

HSL color Cylindrical-coordinate representation of color #C2ACCB: hue angle of 282.58º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2ACCB is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 172 203 -
CMYK 0.04 0.15 0 0.20
HSL 282.58º 0.23% 0.74% -
HSV(B) 282.58º 0.15% 0.8% -
XYZ 47.78 45.29 62.72 -
YUV 182.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 194 172 203 0.04 0.15 0 0.20 282.58 0.23 0.74
Hex C2 AC CB 4 F 0 14 11B 17 4A
Octal 302 254 313 4 17 0 24 433 27 112
Binary 11000010 10101100 11001011 100 1111 0 10100 100011011 10111 1001010

Color Harmonies of #C2ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACCB

Black with #C2ACCB

Text Example


Text Example

White with #C2ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACCB; }

 p { color: rgb(194,172,203); }

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

background-color css

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

 a { background-color: rgb(194,172,203); }

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

border-color css

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

 span { border-color: rgb(194,172,203); }

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