Html Css Color HEX #CBC627 Barberry

📋 copy color: '#CBC627'

red 203 ◦ green 198 ◦ blue 39

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

Shades of Barberry #CBC627

Tints of Barberry #CBC627

RGB

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

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

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

R = 46.14%
G = 45%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CBC627 (or 0xCBC627) is known color: Barberry. HEX triplet: CB, C6 and 27. RGB value is (203,198,39). Sum of RGB (Red+Green+Blue) = 203+198+39=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 39 (15.62% from 255 or 8.86% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC627 is #3439D8. Grayscale: #B6B6B6. Windows color (decimal): -3422681 or 2606795. OLE color: 2606795.

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

Color convert

RGB 203 198 39 -
CMYK 0 0.02 0.81 0.20
HSL 58.17º 0.68% 0.47% -
HSV(B) 58.17º 0.81% 0.8% -
XYZ 45.19 53.23 9.81 -
YUV 181.37 47.66 143.43 -
System Red Green Blue C M Y K H S L
Decimal 203 198 39 0 0.02 0.81 0.20 58.17 0.68 0.47
Hex CB C6 27 0 2 51 14 3A 44 2F
Octal 313 306 47 0 2 121 24 72 104 57
Binary 11001011 11000110 100111 0 10 1010001 10100 111010 1000100 101111

Color Harmonies of #CBC627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC627

Black with #CBC627

Text Example


Text Example

White with #CBC627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC627; }

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

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

background-color css

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

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

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

border-color css

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

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

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