Html Css Color HEX #C17D72 Brandy Rose

📋 copy color: '#C17D72'

red 193 ◦ green 125 ◦ blue 114

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

Shades of Brandy Rose #C17D72

Tints of Brandy Rose #C17D72

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.94%

 BLUE value IS 114 (44.92% from 255) = 26.39%

R = 44.68%
G = 28.94%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C17D72 (or 0xC17D72) is known color: Brandy Rose. HEX triplet: C1, 7D and 72. RGB value is (193,125,114). Sum of RGB (Red+Green+Blue) = 193+125+114=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D72 is #3E828D. Grayscale: #909090. Windows color (decimal): -4096654 or 7503297. OLE color: 7503297.

HSL color Cylindrical-coordinate representation of color #C17D72: hue angle of 8.35º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C17D72 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 125 114 -
CMYK 0 0.35 0.41 0.24
HSL 8.35º 0.39% 0.6% -
HSV(B) 8.35º 0.41% 0.76% -
XYZ 32.36 27.22 19.47 -
YUV 144.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 193 125 114 0 0.35 0.41 0.24 8.35 0.39 0.6
Hex C1 7D 72 0 23 29 18 8 27 3C
Octal 301 175 162 0 43 51 30 10 47 74
Binary 11000001 1111101 1110010 0 100011 101001 11000 1000 100111 111100

Color Harmonies of #C17D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D72

Black with #C17D72

Text Example


Text Example

White with #C17D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D72; }

 p { color: rgb(193,125,114); }

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

background-color css

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

 a { background-color: rgb(193,125,114); }

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

border-color css

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

 span { border-color: rgb(193,125,114); }

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