Html Css Color HEX #C88652 Twine

📋 copy color: '#C88652'

red 200 ◦ green 134 ◦ blue 82

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

Shades of Twine #C88652

Tints of Twine #C88652

RGB

 RED value IS 200 (78.52% from 255) = 48.08%

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

 BLUE value IS 82 (32.42% from 255) = 19.71%

R = 48.08%
G = 32.21%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C88652 (or 0xC88652) is known color: Twine. HEX triplet: C8, 86 and 52. RGB value is (200,134,82). Sum of RGB (Red+Green+Blue) = 200+134+82=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C88652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88652 is #3779AD. Grayscale: #949494. Windows color (decimal): -3635630 or 5408456. OLE color: 5408456.

HSL color Cylindrical-coordinate representation of color #C88652: hue angle of 26.44º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C88652 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 134 82 -
CMYK 0 0.33 0.59 0.22
HSL 26.44º 0.52% 0.55% -
HSV(B) 26.44º 0.59% 0.78% -
XYZ 33.87 29.94 11.98 -
YUV 147.81 90.87 165.23 -
System Red Green Blue C M Y K H S L
Decimal 200 134 82 0 0.33 0.59 0.22 26.44 0.52 0.55
Hex C8 86 52 0 21 3B 16 1A 34 37
Octal 310 206 122 0 41 73 26 32 64 67
Binary 11001000 10000110 1010010 0 100001 111011 10110 11010 110100 110111

Color Harmonies of #C88652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88652

Black with #C88652

Text Example


Text Example

White with #C88652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88652; }

 p { color: rgb(200,134,82); }

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

background-color css

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

 a { background-color: rgb(200,134,82); }

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

border-color css

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

 span { border-color: rgb(200,134,82); }

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