Html Css Color HEX #CB6B6F Froly

📋 copy color: '#CB6B6F'

red 203 ◦ green 107 ◦ blue 111

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

Shades of Froly #CB6B6F

Tints of Froly #CB6B6F

RGB

 RED value IS 203 (79.69% from 255) = 48.22%

 GREEN value IS 107 (42.19% from 255) = 25.42%

 BLUE value IS 111 (43.75% from 255) = 26.37%

R = 48.22%
G = 25.42%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB6B6F (or 0xCB6B6F) is known color: Froly. HEX triplet: CB, 6B and 6F. RGB value is (203,107,111). Sum of RGB (Red+Green+Blue) = 203+107+111=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6B6F is #349490. Grayscale: #888888. Windows color (decimal): -3445905 or 7302091. OLE color: 7302091.

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

Color convert

RGB 203 107 111 -
CMYK 0 0.47 0.45 0.20
HSL 357.5º 0.48% 0.61% -
HSV(B) 357.5º 0.47% 0.8% -
XYZ 32.76 24.36 18.01 -
YUV 136.16 113.8 175.67 -
System Red Green Blue C M Y K H S L
Decimal 203 107 111 0 0.47 0.45 0.20 357.5 0.48 0.61
Hex CB 6B 6F 0 2F 2D 14 166 30 3D
Octal 313 153 157 0 57 55 24 546 60 75
Binary 11001011 1101011 1101111 0 101111 101101 10100 101100110 110000 111101

Color Harmonies of #CB6B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B6F

Black with #CB6B6F

Text Example


Text Example

White with #CB6B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B6F; }

 p { color: rgb(203,107,111); }

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

background-color css

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

 a { background-color: rgb(203,107,111); }

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

border-color css

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

 span { border-color: rgb(203,107,111); }

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