Html Css Color HEX #CBA592 Rose

📋 copy color: '#CBA592'

red 203 ◦ green 165 ◦ blue 146

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

Shades of Rose #CBA592

Tints of Rose #CBA592

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.1%

 BLUE value IS 146 (57.42% from 255) = 28.4%

R = 39.49%
G = 32.1%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CBA592 (or 0xCBA592) is known color: Rose. HEX triplet: CB, A5 and 92. RGB value is (203,165,146). Sum of RGB (Red+Green+Blue) = 203+165+146=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA592 is #345A6D. Grayscale: #AEAEAE. Windows color (decimal): -3431022 or 9610699. OLE color: 9610699.

HSL color Cylindrical-coordinate representation of color #CBA592: hue angle of 20º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBA592 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 165 146 -
CMYK 0 0.19 0.28 0.20
HSL 20º 0.35% 0.68% -
HSV(B) 20º 0.28% 0.8% -
XYZ 43.27 41.68 32.96 -
YUV 174.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 203 165 146 0 0.19 0.28 0.20 20 0.35 0.68
Hex CB A5 92 0 13 1C 14 14 23 44
Octal 313 245 222 0 23 34 24 24 43 104
Binary 11001011 10100101 10010010 0 10011 11100 10100 10100 100011 1000100

Color Harmonies of #CBA592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA592

Black with #CBA592

Text Example


Text Example

White with #CBA592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA592; }

 p { color: rgb(203,165,146); }

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

background-color css

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

 a { background-color: rgb(203,165,146); }

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

border-color css

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

 span { border-color: rgb(203,165,146); }

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