Html Css Color HEX #CA276B Cerise

📋 copy color: '#CA276B'

red 202 ◦ green 39 ◦ blue 107

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

Shades of Cerise #CA276B

Tints of Cerise #CA276B

RGB

 RED value IS 202 (79.3% from 255) = 58.05%

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

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 58.05%
G = 11.21%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA276B (or 0xCA276B) is known color: Cerise. HEX triplet: CA, 27 and 6B. RGB value is (202,39,107). Sum of RGB (Red+Green+Blue) = 202+39+107=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA276B is #35D894. Grayscale: #5F5F5F. Windows color (decimal): -3528853 or 7022538. OLE color: 7022538.

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

Color convert

RGB 202 39 107 -
CMYK 0 0.81 0.47 0.21
HSL 334.97º 0.68% 0.47% -
HSV(B) 334.97º 0.81% 0.79% -
XYZ 27.74 15.07 15.36 -
YUV 95.49 134.5 203.97 -
System Red Green Blue C M Y K H S L
Decimal 202 39 107 0 0.81 0.47 0.21 334.97 0.68 0.47
Hex CA 27 6B 0 51 2F 15 14F 44 2F
Octal 312 47 153 0 121 57 25 517 104 57
Binary 11001010 100111 1101011 0 1010001 101111 10101 101001111 1000100 101111

Color Harmonies of #CA276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA276B

Black with #CA276B

Text Example


Text Example

White with #CA276B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA276B; }

 p { color: rgb(202,39,107); }

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

background-color css

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

 a { background-color: rgb(202,39,107); }

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

border-color css

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

 span { border-color: rgb(202,39,107); }

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