Html Css Color HEX #CB6B6E Froly

📋 copy color: '#CB6B6E'

red 203 ◦ green 107 ◦ blue 110

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

Shades of Froly #CB6B6E

Tints of Froly #CB6B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.19%

R = 48.33%
G = 25.48%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB6B6E (or 0xCB6B6E) is known color: Froly. HEX triplet: CB, 6B and 6E. RGB value is (203,107,110). Sum of RGB (Red+Green+Blue) = 203+107+110=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6B6E is #349491. Grayscale: #888888. Windows color (decimal): -3445906 or 7236555. OLE color: 7236555.

HSL color Cylindrical-coordinate representation of color #CB6B6E: hue angle of 358.12º 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 #CB6B6E is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 107 110 -
CMYK 0 0.47 0.46 0.20
HSL 358.13º 0.48% 0.61% -
HSV(B) 358.13º 0.47% 0.8% -
XYZ 32.7 24.34 17.73 -
YUV 136.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 203 107 110 0 0.47 0.46 0.20 358.13 0.48 0.61
Hex CB 6B 6E 0 2F 2E 14 166 30 3D
Octal 313 153 156 0 57 56 24 546 60 75
Binary 11001011 1101011 1101110 0 101111 101110 10100 101100110 110000 111101

Color Harmonies of #CB6B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B6E

Black with #CB6B6E

Text Example


Text Example

White with #CB6B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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