Html Css Color HEX #CB3869 Cerise

📋 copy color: '#CB3869'

red 203 ◦ green 56 ◦ blue 105

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

Shades of Cerise #CB3869

Tints of Cerise #CB3869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.38%

 BLUE value IS 105 (41.41% from 255) = 28.85%

R = 55.77%
G = 15.38%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB3869 (or 0xCB3869) is known color: Cerise. HEX triplet: CB, 38 and 69. RGB value is (203,56,105). Sum of RGB (Red+Green+Blue) = 203+56+105=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3869 is #34C796. Grayscale: #696969. Windows color (decimal): -3458967 or 6895819. OLE color: 6895819.

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

Color convert

RGB 203 56 105 -
CMYK 0 0.72 0.48 0.20
HSL 340º 0.59% 0.51% -
HSV(B) 340º 0.72% 0.8% -
XYZ 28.59 16.54 15.05 -
YUV 105.54 127.7 197.52 -
System Red Green Blue C M Y K H S L
Decimal 203 56 105 0 0.72 0.48 0.20 340 0.59 0.51
Hex CB 38 69 0 48 30 14 154 3B 33
Octal 313 70 151 0 110 60 24 524 73 63
Binary 11001011 111000 1101001 0 1001000 110000 10100 101010100 111011 110011

Color Harmonies of #CB3869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3869

Black with #CB3869

Text Example


Text Example

White with #CB3869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3869; }

 p { color: rgb(203,56,105); }

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

background-color css

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

 a { background-color: rgb(203,56,105); }

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

border-color css

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

 span { border-color: rgb(203,56,105); }

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