Html Css Color HEX #CA9252 Twine

📋 copy color: '#CA9252'

red 202 ◦ green 146 ◦ blue 82

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

Shades of Twine #CA9252

Tints of Twine #CA9252

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.95%

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

R = 46.98%
G = 33.95%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA9252 (or 0xCA9252) is known color: Twine. HEX triplet: CA, 92 and 52. RGB value is (202,146,82). Sum of RGB (Red+Green+Blue) = 202+146+82=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9252 is #356DAD. Grayscale: #9B9B9B. Windows color (decimal): -3501486 or 5411530. OLE color: 5411530.

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

Color convert

RGB 202 146 82 -
CMYK 0 0.28 0.59 0.21
HSL 32º 0.53% 0.56% -
HSV(B) 32º 0.59% 0.79% -
XYZ 36.16 33.72 12.59 -
YUV 155.45 86.55 161.2 -
System Red Green Blue C M Y K H S L
Decimal 202 146 82 0 0.28 0.59 0.21 32 0.53 0.56
Hex CA 92 52 0 1C 3B 15 20 35 38
Octal 312 222 122 0 34 73 25 40 65 70
Binary 11001010 10010010 1010010 0 11100 111011 10101 100000 110101 111000

Color Harmonies of #CA9252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9252

Black with #CA9252

Text Example


Text Example

White with #CA9252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9252; }

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

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

background-color css

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

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

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

border-color css

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

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

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