Html Css Color HEX #CF0B6B Ruby

📋 copy color: '#CF0B6B'

red 207 ◦ green 11 ◦ blue 107

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

Shades of Ruby #CF0B6B

Tints of Ruby #CF0B6B

RGB

 RED value IS 207 (81.25% from 255) = 63.69%

 GREEN value IS 11 (4.69% from 255) = 3.38%

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

R = 63.69%
G = 3.38%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF0B6B (or 0xCF0B6B) is known color: Ruby. HEX triplet: CF, 0B and 6B. RGB value is (207,11,107). Sum of RGB (Red+Green+Blue) = 207+11+107=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0B6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0B6B is #30F494. Grayscale: #505050. Windows color (decimal): -3208341 or 7015375. OLE color: 7015375.

HSL color Cylindrical-coordinate representation of color #CF0B6B: hue angle of 330.61º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0B6B is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 11 107 -
CMYK 0 0.95 0.48 0.19
HSL 330.61º 0.9% 0.43% -
HSV(B) 330.61º 0.95% 0.81% -
XYZ 28.51 14.57 15.22 -
YUV 80.55 142.93 218.19 -
System Red Green Blue C M Y K H S L
Decimal 207 11 107 0 0.95 0.48 0.19 330.61 0.9 0.43
Hex CF B 6B 0 5F 30 13 14B 5A 2B
Octal 317 13 153 0 137 60 23 513 132 53
Binary 11001111 1011 1101011 0 1011111 110000 10011 101001011 1011010 101011

Color Harmonies of #CF0B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0B6B

Black with #CF0B6B

Text Example


Text Example

White with #CF0B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0B6B; }

 p { color: rgb(207,11,107); }

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

background-color css

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

 a { background-color: rgb(207,11,107); }

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

border-color css

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

 span { border-color: rgb(207,11,107); }

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