Html Css Color HEX #C4B2CA Prelude

📋 copy color: '#C4B2CA'

red 196 ◦ green 178 ◦ blue 202

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

Shades of Prelude #C4B2CA

Tints of Prelude #C4B2CA

RGB

 RED value IS 196 (76.95% from 255) = 34.03%

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

 BLUE value IS 202 (79.3% from 255) = 35.07%

R = 34.03%
G = 30.9%
B = 35.07%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C4B2CA (or 0xC4B2CA) is known color: Prelude. HEX triplet: C4, B2 and CA. RGB value is (196,178,202). Sum of RGB (Red+Green+Blue) = 196+178+202=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4B2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B2CA is #3B4D35. Grayscale: #BABABA. Windows color (decimal): -3886390 or 13284036. OLE color: 13284036.

HSL color Cylindrical-coordinate representation of color #C4B2CA: hue angle of 285º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4B2CA is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 178 202 -
CMYK 0.03 0.12 0 0.21
HSL 285º 0.18% 0.75% -
HSV(B) 285º 0.12% 0.79% -
XYZ 49.35 47.84 62.51 -
YUV 186.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 196 178 202 0.03 0.12 0 0.21 285 0.18 0.75
Hex C4 B2 CA 3 C 0 15 11D 12 4B
Octal 304 262 312 3 14 0 25 435 22 113
Binary 11000100 10110010 11001010 11 1100 0 10101 100011101 10010 1001011

Color Harmonies of #C4B2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B2CA

Black with #C4B2CA

Text Example


Text Example

White with #C4B2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B2CA; }

 p { color: rgb(196,178,202); }

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

background-color css

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

 a { background-color: rgb(196,178,202); }

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

border-color css

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

 span { border-color: rgb(196,178,202); }

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