Html Css Color HEX #CB3661 Cerise

📋 copy color: '#CB3661'

red 203 ◦ green 54 ◦ blue 97

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

Shades of Cerise #CB3661

Tints of Cerise #CB3661

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.25%

 BLUE value IS 97 (38.28% from 255) = 27.4%

R = 57.34%
G = 15.25%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB3661 (or 0xCB3661) is known color: Cerise. HEX triplet: CB, 36 and 61. RGB value is (203,54,97). Sum of RGB (Red+Green+Blue) = 203+54+97=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3661 is #34C99E. Grayscale: #676767. Windows color (decimal): -3459487 or 6371019. OLE color: 6371019.

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

Color convert

RGB 203 54 97 -
CMYK 0 0.73 0.52 0.20
HSL 342.68º 0.59% 0.5% -
HSV(B) 342.68º 0.73% 0.8% -
XYZ 28.11 16.2 12.95 -
YUV 103.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 203 54 97 0 0.73 0.52 0.20 342.68 0.59 0.5
Hex CB 36 61 0 49 34 14 157 3B 32
Octal 313 66 141 0 111 64 24 527 73 62
Binary 11001011 110110 1100001 0 1001001 110100 10100 101010111 111011 110010

Color Harmonies of #CB3661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3661

Black with #CB3661

Text Example


Text Example

White with #CB3661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3661; }

 p { color: rgb(203,54,97); }

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

background-color css

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

 a { background-color: rgb(203,54,97); }

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

border-color css

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

 span { border-color: rgb(203,54,97); }

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