Html Css Color HEX #CD276A Cerise

📋 copy color: '#CD276A'

red 205 ◦ green 39 ◦ blue 106

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

Shades of Cerise #CD276A

Tints of Cerise #CD276A

RGB

 RED value IS 205 (80.47% from 255) = 58.57%

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

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 58.57%
G = 11.14%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD276A (or 0xCD276A) is known color: Cerise. HEX triplet: CD, 27 and 6A. RGB value is (205,39,106). Sum of RGB (Red+Green+Blue) = 205+39+106=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD276A is #32D895. Grayscale: #606060. Windows color (decimal): -3332246 or 6957005. OLE color: 6957005.

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

Color convert

RGB 205 39 106 -
CMYK 0 0.81 0.48 0.20
HSL 335.78º 0.68% 0.48% -
HSV(B) 335.78º 0.81% 0.8% -
XYZ 28.5 15.47 15.12 -
YUV 96.27 133.5 205.55 -
System Red Green Blue C M Y K H S L
Decimal 205 39 106 0 0.81 0.48 0.20 335.78 0.68 0.48
Hex CD 27 6A 0 51 30 14 150 44 30
Octal 315 47 152 0 121 60 24 520 104 60
Binary 11001101 100111 1101010 0 1010001 110000 10100 101010000 1000100 110000

Color Harmonies of #CD276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD276A

Black with #CD276A

Text Example


Text Example

White with #CD276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD276A; }

 p { color: rgb(205,39,106); }

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

background-color css

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

 a { background-color: rgb(205,39,106); }

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

border-color css

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

 span { border-color: rgb(205,39,106); }

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