Html Css Color HEX #CA8752 Twine

📋 copy color: '#CA8752'

red 202 ◦ green 135 ◦ blue 82

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

Shades of Twine #CA8752

Tints of Twine #CA8752

RGB

 RED value IS 202 (79.3% from 255) = 48.21%

 GREEN value IS 135 (53.13% from 255) = 32.22%

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

R = 48.21%
G = 32.22%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA8752 (or 0xCA8752) is known color: Twine. HEX triplet: CA, 87 and 52. RGB value is (202,135,82). Sum of RGB (Red+Green+Blue) = 202+135+82=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8752 is #3578AD. Grayscale: #959595. Windows color (decimal): -3504302 or 5408714. OLE color: 5408714.

HSL color Cylindrical-coordinate representation of color #CA8752: hue angle of 26.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA8752 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 135 82 -
CMYK 0 0.33 0.59 0.21
HSL 26.5º 0.53% 0.56% -
HSV(B) 26.5º 0.59% 0.79% -
XYZ 34.54 30.49 12.05 -
YUV 148.99 90.2 165.81 -
System Red Green Blue C M Y K H S L
Decimal 202 135 82 0 0.33 0.59 0.21 26.5 0.53 0.56
Hex CA 87 52 0 21 3B 15 1A 35 38
Octal 312 207 122 0 41 73 25 32 65 70
Binary 11001010 10000111 1010010 0 100001 111011 10101 11010 110101 111000

Color Harmonies of #CA8752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8752

Black with #CA8752

Text Example


Text Example

White with #CA8752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8752; }

 p { color: rgb(202,135,82); }

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

background-color css

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

 a { background-color: rgb(202,135,82); }

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

border-color css

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

 span { border-color: rgb(202,135,82); }

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