Html Css Color HEX #C3B2CF Prelude

📋 copy color: '#C3B2CF'

red 195 ◦ green 178 ◦ blue 207

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

Shades of Prelude #C3B2CF

Tints of Prelude #C3B2CF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.69%

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

R = 33.62%
G = 30.69%
B = 35.69%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C3B2CF (or 0xC3B2CF) is known color: Prelude. HEX triplet: C3, B2 and CF. RGB value is (195,178,207). Sum of RGB (Red+Green+Blue) = 195+178+207=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3B2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B2CF is #3C4D30. Grayscale: #BABABA. Windows color (decimal): -3951921 or 13611715. OLE color: 13611715.

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

Color convert

RGB 195 178 207 -
CMYK 0.06 0.14 0 0.19
HSL 275.17º 0.23% 0.75% -
HSV(B) 275.17º 0.14% 0.81% -
XYZ 49.69 47.95 65.67 -
YUV 186.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 195 178 207 0.06 0.14 0 0.19 275.17 0.23 0.75
Hex C3 B2 CF 6 E 0 13 113 17 4B
Octal 303 262 317 6 16 0 23 423 27 113
Binary 11000011 10110010 11001111 110 1110 0 10011 100010011 10111 1001011

Color Harmonies of #C3B2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B2CF

Black with #C3B2CF

Text Example


Text Example

White with #C3B2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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