Html Css Color HEX #CB92C0 Lilac

📋 copy color: '#CB92C0'

red 203 ◦ green 146 ◦ blue 192

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

Shades of Lilac #CB92C0

Tints of Lilac #CB92C0

RGB

 RED value IS 203 (79.69% from 255) = 37.52%

 GREEN value IS 146 (57.42% from 255) = 26.99%

 BLUE value IS 192 (75.39% from 255) = 35.49%

R = 37.52%
G = 26.99%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CB92C0 (or 0xCB92C0) is known color: Lilac. HEX triplet: CB, 92 and C0. RGB value is (203,146,192). Sum of RGB (Red+Green+Blue) = 203+146+192=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CB92C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92C0 is #346D3F. Grayscale: #A8A8A8. Windows color (decimal): -3435840 or 12620491. OLE color: 12620491.

HSL color Cylindrical-coordinate representation of color #CB92C0: hue angle of 311.58º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB92C0 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 146 192 -
CMYK 0 0.28 0.05 0.20
HSL 311.58º 0.35% 0.68% -
HSV(B) 311.58º 0.28% 0.8% -
XYZ 44.42 37.06 54.68 -
YUV 168.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 203 146 192 0 0.28 0.05 0.20 311.58 0.35 0.68
Hex CB 92 C0 0 1C 5 14 138 23 44
Octal 313 222 300 0 34 5 24 470 43 104
Binary 11001011 10010010 11000000 0 11100 101 10100 100111000 100011 1000100

Color Harmonies of #CB92C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB92C0

Black with #CB92C0

Text Example


Text Example

White with #CB92C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB92C0; }

 p { color: rgb(203,146,192); }

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

background-color css

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

 a { background-color: rgb(203,146,192); }

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

border-color css

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

 span { border-color: rgb(203,146,192); }

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