Html Css Color HEX #C48A7A Brandy Rose

📋 copy color: '#C48A7A'

red 196 ◦ green 138 ◦ blue 122

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

Shades of Brandy Rose #C48A7A

Tints of Brandy Rose #C48A7A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.26%

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

R = 42.98%
G = 30.26%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C48A7A (or 0xC48A7A) is known color: Brandy Rose. HEX triplet: C4, 8A and 7A. RGB value is (196,138,122). Sum of RGB (Red+Green+Blue) = 196+138+122=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A7A is #3B7585. Grayscale: #999999. Windows color (decimal): -3896710 or 8030916. OLE color: 8030916.

HSL color Cylindrical-coordinate representation of color #C48A7A: hue angle of 12.97º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C48A7A is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 138 122 -
CMYK 0 0.30 0.38 0.23
HSL 12.97º 0.39% 0.62% -
HSV(B) 12.97º 0.38% 0.77% -
XYZ 35.37 31.32 22.59 -
YUV 153.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 196 138 122 0 0.30 0.38 0.23 12.97 0.39 0.62
Hex C4 8A 7A 0 1E 26 17 D 27 3E
Octal 304 212 172 0 36 46 27 15 47 76
Binary 11000100 10001010 1111010 0 11110 100110 10111 1101 100111 111110

Color Harmonies of #C48A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A7A

Black with #C48A7A

Text Example


Text Example

White with #C48A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A7A; }

 p { color: rgb(196,138,122); }

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

background-color css

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

 a { background-color: rgb(196,138,122); }

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

border-color css

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

 span { border-color: rgb(196,138,122); }

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