Html Css Color HEX #C68172 Brandy Rose

📋 copy color: '#C68172'

red 198 ◦ green 129 ◦ blue 114

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

Shades of Brandy Rose #C68172

Tints of Brandy Rose #C68172

RGB

 RED value IS 198 (77.73% from 255) = 44.9%

 GREEN value IS 129 (50.78% from 255) = 29.25%

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

R = 44.9%
G = 29.25%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C68172 (or 0xC68172) is known color: Brandy Rose. HEX triplet: C6, 81 and 72. RGB value is (198,129,114). Sum of RGB (Red+Green+Blue) = 198+129+114=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C68172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68172 is #397E8D. Grayscale: #949494. Windows color (decimal): -3767950 or 7504326. OLE color: 7504326.

HSL color Cylindrical-coordinate representation of color #C68172: hue angle of 10.71º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C68172 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 129 114 -
CMYK 0 0.35 0.42 0.22
HSL 10.71º 0.42% 0.61% -
HSV(B) 10.71º 0.42% 0.78% -
XYZ 34.18 28.92 19.7 -
YUV 147.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 198 129 114 0 0.35 0.42 0.22 10.71 0.42 0.61
Hex C6 81 72 0 23 2A 16 B 2A 3D
Octal 306 201 162 0 43 52 26 13 52 75
Binary 11000110 10000001 1110010 0 100011 101010 10110 1011 101010 111101

Color Harmonies of #C68172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68172

Black with #C68172

Text Example


Text Example

White with #C68172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68172; }

 p { color: rgb(198,129,114); }

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

background-color css

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

 a { background-color: rgb(198,129,114); }

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

border-color css

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

 span { border-color: rgb(198,129,114); }

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