Html Css Color HEX #CB6A6B Froly

📋 copy color: '#CB6A6B'

red 203 ◦ green 106 ◦ blue 107

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

Shades of Froly #CB6A6B

Tints of Froly #CB6A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.48%

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

R = 48.8%
G = 25.48%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB6A6B (or 0xCB6A6B) is known color: Froly. HEX triplet: CB, 6A and 6B. RGB value is (203,106,107). Sum of RGB (Red+Green+Blue) = 203+106+107=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6A6B is #349594. Grayscale: #878787. Windows color (decimal): -3446165 or 7039691. OLE color: 7039691.

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

Color convert

RGB 203 106 107 -
CMYK 0 0.48 0.47 0.20
HSL 359.38º 0.48% 0.61% -
HSV(B) 359.38º 0.48% 0.8% -
XYZ 32.44 24.07 16.85 -
YUV 135.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 203 106 107 0 0.48 0.47 0.20 359.38 0.48 0.61
Hex CB 6A 6B 0 30 2F 14 167 30 3D
Octal 313 152 153 0 60 57 24 547 60 75
Binary 11001011 1101010 1101011 0 110000 101111 10100 101100111 110000 111101

Color Harmonies of #CB6A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6A6B

Black with #CB6A6B

Text Example


Text Example

White with #CB6A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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