Html Css Color HEX #C38974 Brandy Rose

📋 copy color: '#C38974'

red 195 ◦ green 137 ◦ blue 116

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

Shades of Brandy Rose #C38974

Tints of Brandy Rose #C38974

RGB

 RED value IS 195 (76.56% from 255) = 43.53%

 GREEN value IS 137 (53.91% from 255) = 30.58%

 BLUE value IS 116 (45.7% from 255) = 25.89%

R = 43.53%
G = 30.58%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C38974 (or 0xC38974) is known color: Brandy Rose. HEX triplet: C3, 89 and 74. RGB value is (195,137,116). Sum of RGB (Red+Green+Blue) = 195+137+116=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C38974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38974 is #3C768B. Grayscale: #989898. Windows color (decimal): -3962508 or 7637443. OLE color: 7637443.

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

Color convert

RGB 195 137 116 -
CMYK 0 0.30 0.41 0.24
HSL 15.95º 0.4% 0.61% -
HSV(B) 15.95º 0.41% 0.76% -
XYZ 34.6 30.75 20.64 -
YUV 151.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 195 137 116 0 0.30 0.41 0.24 15.95 0.4 0.61
Hex C3 89 74 0 1E 29 18 10 28 3D
Octal 303 211 164 0 36 51 30 20 50 75
Binary 11000011 10001001 1110100 0 11110 101001 11000 10000 101000 111101

Color Harmonies of #C38974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38974

Black with #C38974

Text Example


Text Example

White with #C38974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38974; }

 p { color: rgb(195,137,116); }

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

background-color css

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

 a { background-color: rgb(195,137,116); }

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

border-color css

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

 span { border-color: rgb(195,137,116); }

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