Html Css Color HEX #CA9752 Twine

📋 copy color: '#CA9752'

red 202 ◦ green 151 ◦ blue 82

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

Shades of Twine #CA9752

Tints of Twine #CA9752

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.71%

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

R = 46.44%
G = 34.71%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA9752 (or 0xCA9752) is known color: Twine. HEX triplet: CA, 97 and 52. RGB value is (202,151,82). Sum of RGB (Red+Green+Blue) = 202+151+82=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9752 is #3568AD. Grayscale: #9E9E9E. Windows color (decimal): -3500206 or 5412810. OLE color: 5412810.

HSL color Cylindrical-coordinate representation of color #CA9752: hue angle of 34.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 #CA9752 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 151 82 -
CMYK 0 0.25 0.59 0.21
HSL 34.5º 0.53% 0.56% -
HSV(B) 34.5º 0.59% 0.79% -
XYZ 36.95 35.3 12.85 -
YUV 158.38 84.9 159.11 -
System Red Green Blue C M Y K H S L
Decimal 202 151 82 0 0.25 0.59 0.21 34.5 0.53 0.56
Hex CA 97 52 0 19 3B 15 22 35 38
Octal 312 227 122 0 31 73 25 42 65 70
Binary 11001010 10010111 1010010 0 11001 111011 10101 100010 110101 111000

Color Harmonies of #CA9752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9752

Black with #CA9752

Text Example


Text Example

White with #CA9752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9752; }

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

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

background-color css

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

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

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

border-color css

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

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

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