Html Css Color HEX #CB9052 Twine

📋 copy color: '#CB9052'

red 203 ◦ green 144 ◦ blue 82

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

Shades of Twine #CB9052

Tints of Twine #CB9052

RGB

 RED value IS 203 (79.69% from 255) = 47.32%

 GREEN value IS 144 (56.64% from 255) = 33.57%

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

R = 47.32%
G = 33.57%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CB9052 (or 0xCB9052) is known color: Twine. HEX triplet: CB, 90 and 52. RGB value is (203,144,82). Sum of RGB (Red+Green+Blue) = 203+144+82=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9052 is #346FAD. Grayscale: #9A9A9A. Windows color (decimal): -3436462 or 5411019. OLE color: 5411019.

HSL color Cylindrical-coordinate representation of color #CB9052: hue angle of 30.74º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB9052 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 144 82 -
CMYK 0 0.29 0.60 0.20
HSL 30.74º 0.54% 0.56% -
HSV(B) 30.74º 0.6% 0.8% -
XYZ 36.12 33.25 12.5 -
YUV 154.57 87.05 162.54 -
System Red Green Blue C M Y K H S L
Decimal 203 144 82 0 0.29 0.60 0.20 30.74 0.54 0.56
Hex CB 90 52 0 1D 3C 14 1F 36 38
Octal 313 220 122 0 35 74 24 37 66 70
Binary 11001011 10010000 1010010 0 11101 111100 10100 11111 110110 111000

Color Harmonies of #CB9052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9052

Black with #CB9052

Text Example


Text Example

White with #CB9052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9052; }

 p { color: rgb(203,144,82); }

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

background-color css

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

 a { background-color: rgb(203,144,82); }

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

border-color css

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

 span { border-color: rgb(203,144,82); }

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