Html Css Color HEX #C17B7A Brandy Rose

📋 copy color: '#C17B7A'

red 193 ◦ green 123 ◦ blue 122

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

Shades of Brandy Rose #C17B7A

Tints of Brandy Rose #C17B7A

RGB

 RED value IS 193 (75.78% from 255) = 44.06%

 GREEN value IS 123 (48.44% from 255) = 28.08%

 BLUE value IS 122 (48.05% from 255) = 27.85%

R = 44.06%
G = 28.08%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C17B7A (or 0xC17B7A) is known color: Brandy Rose. HEX triplet: C1, 7B and 7A. RGB value is (193,123,122). Sum of RGB (Red+Green+Blue) = 193+123+122=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17B7A is #3E8485. Grayscale: #8F8F8F. Windows color (decimal): -4097158 or 8027073. OLE color: 8027073.

HSL color Cylindrical-coordinate representation of color #C17B7A: hue angle of 0.85º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C17B7A is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 123 122 -
CMYK 0 0.36 0.37 0.24
HSL 0.85º 0.36% 0.62% -
HSV(B) 0.85º 0.37% 0.76% -
XYZ 32.59 26.91 21.89 -
YUV 143.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 193 123 122 0 0.36 0.37 0.24 0.85 0.36 0.62
Hex C1 7B 7A 0 24 25 18 1 24 3E
Octal 301 173 172 0 44 45 30 1 44 76
Binary 11000001 1111011 1111010 0 100100 100101 11000 1 100100 111110

Color Harmonies of #C17B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17B7A

Black with #C17B7A

Text Example


Text Example

White with #C17B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17B7A; }

 p { color: rgb(193,123,122); }

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

background-color css

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

 a { background-color: rgb(193,123,122); }

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

border-color css

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

 span { border-color: rgb(193,123,122); }

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