Html Css Color HEX #CB6595 Hopbush

📋 copy color: '#CB6595'

red 203 ◦ green 101 ◦ blue 149

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

Shades of Hopbush #CB6595

Tints of Hopbush #CB6595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.3%

 BLUE value IS 149 (58.59% from 255) = 32.89%

R = 44.81%
G = 22.3%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB6595 (or 0xCB6595) is known color: Hopbush. HEX triplet: CB, 65 and 95. RGB value is (203,101,149). Sum of RGB (Red+Green+Blue) = 203+101+149=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6595 is #349A6A. Grayscale: #888888. Windows color (decimal): -3447403 or 9790923. OLE color: 9790923.

HSL color Cylindrical-coordinate representation of color #CB6595: hue angle of 331.76º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6595 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 101 149 -
CMYK 0 0.50 0.27 0.20
HSL 331.76º 0.5% 0.6% -
HSV(B) 331.76º 0.5% 0.8% -
XYZ 34.71 24.17 31.27 -
YUV 136.97 134.79 175.1 -
System Red Green Blue C M Y K H S L
Decimal 203 101 149 0 0.50 0.27 0.20 331.76 0.5 0.6
Hex CB 65 95 0 32 1B 14 14C 32 3C
Octal 313 145 225 0 62 33 24 514 62 74
Binary 11001011 1100101 10010101 0 110010 11011 10100 101001100 110010 111100

Color Harmonies of #CB6595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6595

Black with #CB6595

Text Example


Text Example

White with #CB6595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6595; }

 p { color: rgb(203,101,149); }

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

background-color css

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

 a { background-color: rgb(203,101,149); }

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

border-color css

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

 span { border-color: rgb(203,101,149); }

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