Html Css Color HEX #CAC627 Barberry

📋 copy color: '#CAC627'

red 202 ◦ green 198 ◦ blue 39

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

Shades of Barberry #CAC627

Tints of Barberry #CAC627

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.1%

 BLUE value IS 39 (15.63% from 255) = 8.88%

R = 46.01%
G = 45.1%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CAC627 (or 0xCAC627) is known color: Barberry. HEX triplet: CA, C6 and 27. RGB value is (202,198,39). Sum of RGB (Red+Green+Blue) = 202+198+39=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 39 (15.62% from 255 or 8.88% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC627 is #3539D8. Grayscale: #B5B5B5. Windows color (decimal): -3488217 or 2606794. OLE color: 2606794.

HSL color Cylindrical-coordinate representation of color #CAC627: hue angle of 58.53º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAC627 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 198 39 -
CMYK 0 0.02 0.81 0.21
HSL 58.53º 0.68% 0.47% -
HSV(B) 58.53º 0.81% 0.79% -
XYZ 44.92 53.09 9.8 -
YUV 181.07 47.83 142.93 -
System Red Green Blue C M Y K H S L
Decimal 202 198 39 0 0.02 0.81 0.21 58.53 0.68 0.47
Hex CA C6 27 0 2 51 15 3B 44 2F
Octal 312 306 47 0 2 121 25 73 104 57
Binary 11001010 11000110 100111 0 10 1010001 10101 111011 1000100 101111

Color Harmonies of #CAC627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC627

Black with #CAC627

Text Example


Text Example

White with #CAC627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC627; }

 p { color: rgb(202,198,39); }

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

background-color css

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

 a { background-color: rgb(202,198,39); }

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

border-color css

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

 span { border-color: rgb(202,198,39); }

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