Html Css Color HEX #CD265A Cerise

📋 copy color: '#CD265A'

red 205 ◦ green 38 ◦ blue 90

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

Shades of Cerise #CD265A

Tints of Cerise #CD265A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.41%

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 61.56%
G = 11.41%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD265A (or 0xCD265A) is known color: Cerise. HEX triplet: CD, 26 and 5A. RGB value is (205,38,90). Sum of RGB (Red+Green+Blue) = 205+38+90=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD265A is #32D9A5. Grayscale: #5D5D5D. Windows color (decimal): -3332518 or 5908173. OLE color: 5908173.

HSL color Cylindrical-coordinate representation of color #CD265A: hue angle of 341.32º degrees, saturation: 0.69, 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 #CD265A is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 38 90 -
CMYK 0 0.81 0.56 0.20
HSL 341.32º 0.69% 0.48% -
HSV(B) 341.32º 0.81% 0.8% -
XYZ 27.72 15.1 11.13 -
YUV 93.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 205 38 90 0 0.81 0.56 0.20 341.32 0.69 0.48
Hex CD 26 5A 0 51 38 14 155 45 30
Octal 315 46 132 0 121 70 24 525 105 60
Binary 11001101 100110 1011010 0 1010001 111000 10100 101010101 1000101 110000

Color Harmonies of #CD265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD265A

Black with #CD265A

Text Example


Text Example

White with #CD265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD265A; }

 p { color: rgb(205,38,90); }

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

background-color css

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

 a { background-color: rgb(205,38,90); }

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

border-color css

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

 span { border-color: rgb(205,38,90); }

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