Html Css Color HEX #C38678 Brandy Rose

📋 copy color: '#C38678'

red 195 ◦ green 134 ◦ blue 120

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

Shades of Brandy Rose #C38678

Tints of Brandy Rose #C38678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.84%

 BLUE value IS 120 (47.27% from 255) = 26.73%

R = 43.43%
G = 29.84%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C38678 (or 0xC38678) is known color: Brandy Rose. HEX triplet: C3, 86 and 78. RGB value is (195,134,120). Sum of RGB (Red+Green+Blue) = 195+134+120=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C38678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38678 is #3C7987. Grayscale: #969696. Windows color (decimal): -3963272 or 7898819. OLE color: 7898819.

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

Color convert

RGB 195 134 120 -
CMYK 0 0.31 0.38 0.24
HSL 11.2º 0.38% 0.62% -
HSV(B) 11.2º 0.38% 0.76% -
XYZ 34.42 30.01 21.75 -
YUV 150.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 195 134 120 0 0.31 0.38 0.24 11.2 0.38 0.62
Hex C3 86 78 0 1F 26 18 B 26 3E
Octal 303 206 170 0 37 46 30 13 46 76
Binary 11000011 10000110 1111000 0 11111 100110 11000 1011 100110 111110

Color Harmonies of #C38678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38678

Black with #C38678

Text Example


Text Example

White with #C38678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38678; }

 p { color: rgb(195,134,120); }

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

background-color css

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

 a { background-color: rgb(195,134,120); }

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

border-color css

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

 span { border-color: rgb(195,134,120); }

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