Html Css Color HEX #CBA594 Rose

📋 copy color: '#CBA594'

red 203 ◦ green 165 ◦ blue 148

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

Shades of Rose #CBA594

Tints of Rose #CBA594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.68%

R = 39.34%
G = 31.98%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBA594 (or 0xCBA594) is known color: Rose. HEX triplet: CB, A5 and 94. RGB value is (203,165,148). Sum of RGB (Red+Green+Blue) = 203+165+148=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA594 is #345A6B. Grayscale: #AEAEAE. Windows color (decimal): -3431020 or 9741771. OLE color: 9741771.

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

Color convert

RGB 203 165 148 -
CMYK 0 0.19 0.27 0.20
HSL 18.55º 0.35% 0.69% -
HSV(B) 18.55º 0.27% 0.8% -
XYZ 43.43 41.74 33.79 -
YUV 174.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 203 165 148 0 0.19 0.27 0.20 18.55 0.35 0.69
Hex CB A5 94 0 13 1B 14 13 23 45
Octal 313 245 224 0 23 33 24 23 43 105
Binary 11001011 10100101 10010100 0 10011 11011 10100 10011 100011 1000101

Color Harmonies of #CBA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA594

Black with #CBA594

Text Example


Text Example

White with #CBA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA594; }

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

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

background-color css

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

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

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

border-color css

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

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

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