Html Css Color HEX #C47F75 Brandy Rose

📋 copy color: '#C47F75'

red 196 ◦ green 127 ◦ blue 117

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

Shades of Brandy Rose #C47F75

Tints of Brandy Rose #C47F75

RGB

 RED value IS 196 (76.95% from 255) = 44.55%

 GREEN value IS 127 (50% from 255) = 28.86%

 BLUE value IS 117 (46.09% from 255) = 26.59%

R = 44.55%
G = 28.86%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C47F75 (or 0xC47F75) is known color: Brandy Rose. HEX triplet: C4, 7F and 75. RGB value is (196,127,117). Sum of RGB (Red+Green+Blue) = 196+127+117=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F75 is #3B808A. Grayscale: #929292. Windows color (decimal): -3899531 or 7700420. OLE color: 7700420.

HSL color Cylindrical-coordinate representation of color #C47F75: hue angle of 7.59º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47F75 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 127 117 -
CMYK 0 0.35 0.40 0.23
HSL 7.59º 0.4% 0.61% -
HSV(B) 7.59º 0.4% 0.77% -
XYZ 33.57 28.2 20.5 -
YUV 146.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 196 127 117 0 0.35 0.40 0.23 7.59 0.4 0.61
Hex C4 7F 75 0 23 28 17 8 28 3D
Octal 304 177 165 0 43 50 27 10 50 75
Binary 11000100 1111111 1110101 0 100011 101000 10111 1000 101000 111101

Color Harmonies of #C47F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F75

Black with #C47F75

Text Example


Text Example

White with #C47F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F75; }

 p { color: rgb(196,127,117); }

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

background-color css

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

 a { background-color: rgb(196,127,117); }

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

border-color css

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

 span { border-color: rgb(196,127,117); }

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