Html Css Color HEX #CB6B6D Froly

📋 copy color: '#CB6B6D'

red 203 ◦ green 107 ◦ blue 109

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

Shades of Froly #CB6B6D

Tints of Froly #CB6B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.01%

R = 48.45%
G = 25.54%
B = 26.01%

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

#CB6B6D (or 0xCB6B6D) is known color: Froly. HEX triplet: CB, 6B and 6D. RGB value is (203,107,109). Sum of RGB (Red+Green+Blue) = 203+107+109=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6B6D is #349492. Grayscale: #888888. Windows color (decimal): -3445907 or 7171019. OLE color: 7171019.

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

Color convert

RGB 203 107 109 -
CMYK 0 0.47 0.46 0.20
HSL 358.75º 0.48% 0.61% -
HSV(B) 358.75º 0.47% 0.8% -
XYZ 32.65 24.32 17.44 -
YUV 135.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 203 107 109 0 0.47 0.46 0.20 358.75 0.48 0.61
Hex CB 6B 6D 0 2F 2E 14 167 30 3D
Octal 313 153 155 0 57 56 24 547 60 75
Binary 11001011 1101011 1101101 0 101111 101110 10100 101100111 110000 111101

Color Harmonies of #CB6B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B6D

Black with #CB6B6D

Text Example


Text Example

White with #CB6B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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