Html Css Color HEX #CA206B Ruby

📋 copy color: '#CA206B'

red 202 ◦ green 32 ◦ blue 107

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

Shades of Ruby #CA206B

Tints of Ruby #CA206B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.38%

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

R = 59.24%
G = 9.38%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA206B (or 0xCA206B) is known color: Ruby. HEX triplet: CA, 20 and 6B. RGB value is (202,32,107). Sum of RGB (Red+Green+Blue) = 202+32+107=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA206B is #35DF94. Grayscale: #5B5B5B. Windows color (decimal): -3530645 or 7020746. OLE color: 7020746.

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

Color convert

RGB 202 32 107 -
CMYK 0 0.84 0.47 0.21
HSL 333.53º 0.73% 0.46% -
HSV(B) 333.53º 0.84% 0.79% -
XYZ 27.53 14.65 15.29 -
YUV 91.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 202 32 107 0 0.84 0.47 0.21 333.53 0.73 0.46
Hex CA 20 6B 0 54 2F 15 14E 49 2E
Octal 312 40 153 0 124 57 25 516 111 56
Binary 11001010 100000 1101011 0 1010100 101111 10101 101001110 1001001 101110

Color Harmonies of #CA206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA206B

Black with #CA206B

Text Example


Text Example

White with #CA206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA206B; }

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

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

background-color css

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

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

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

border-color css

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

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

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