Html Css Color HEX #CB275C Cerise

📋 copy color: '#CB275C'

red 203 ◦ green 39 ◦ blue 92

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

Shades of Cerise #CB275C

Tints of Cerise #CB275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.68%

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 60.78%
G = 11.68%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB275C (or 0xCB275C) is known color: Cerise. HEX triplet: CB, 27 and 5C. RGB value is (203,39,92). Sum of RGB (Red+Green+Blue) = 203+39+92=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB275C is #34D8A3. Grayscale: #5E5E5E. Windows color (decimal): -3463332 or 6039499. OLE color: 6039499.

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

Color convert

RGB 203 39 92 -
CMYK 0 0.81 0.55 0.20
HSL 340.61º 0.68% 0.47% -
HSV(B) 340.61º 0.81% 0.8% -
XYZ 27.29 14.92 11.57 -
YUV 94.08 126.83 205.69 -
System Red Green Blue C M Y K H S L
Decimal 203 39 92 0 0.81 0.55 0.20 340.61 0.68 0.47
Hex CB 27 5C 0 51 37 14 155 44 2F
Octal 313 47 134 0 121 67 24 525 104 57
Binary 11001011 100111 1011100 0 1010001 110111 10100 101010101 1000100 101111

Color Harmonies of #CB275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB275C

Black with #CB275C

Text Example


Text Example

White with #CB275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB275C; }

 p { color: rgb(203,39,92); }

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

background-color css

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

 a { background-color: rgb(203,39,92); }

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

border-color css

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

 span { border-color: rgb(203,39,92); }

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