Html Css Color HEX #C3B0CB Prelude

📋 copy color: '#C3B0CB'

red 195 ◦ green 176 ◦ blue 203

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

Shades of Prelude #C3B0CB

Tints of Prelude #C3B0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.66%

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

R = 33.97%
G = 30.66%
B = 35.37%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C3B0CB (or 0xC3B0CB) is known color: Prelude. HEX triplet: C3, B0 and CB. RGB value is (195,176,203). Sum of RGB (Red+Green+Blue) = 195+176+203=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3B0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0CB is #3C4F34. Grayscale: #B8B8B8. Windows color (decimal): -3952437 or 13349059. OLE color: 13349059.

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

Color convert

RGB 195 176 203 -
CMYK 0.04 0.13 0 0.20
HSL 282.22º 0.21% 0.74% -
HSV(B) 282.22º 0.13% 0.8% -
XYZ 48.81 46.96 62.99 -
YUV 184.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 195 176 203 0.04 0.13 0 0.20 282.22 0.21 0.74
Hex C3 B0 CB 4 D 0 14 11A 15 4A
Octal 303 260 313 4 15 0 24 432 25 112
Binary 11000011 10110000 11001011 100 1101 0 10100 100011010 10101 1001010

Color Harmonies of #C3B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B0CB

Black with #C3B0CB

Text Example


Text Example

White with #C3B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B0CB; }

 p { color: rgb(195,176,203); }

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

background-color css

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

 a { background-color: rgb(195,176,203); }

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

border-color css

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

 span { border-color: rgb(195,176,203); }

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