Html Css Color HEX #C7CE1F Barberry

📋 copy color: '#C7CE1F'

red 199 ◦ green 206 ◦ blue 31

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

Shades of Barberry #C7CE1F

Tints of Barberry #C7CE1F

RGB

 RED value IS 199 (78.13% from 255) = 45.64%

 GREEN value IS 206 (80.86% from 255) = 47.25%

 BLUE value IS 31 (12.5% from 255) = 7.11%

R = 45.64%
G = 47.25%
B = 7.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#C7CE1F (or 0xC7CE1F) is known color: Barberry. HEX triplet: C7, CE and 1F. RGB value is (199,206,31). Sum of RGB (Red+Green+Blue) = 199+206+31=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CE1F is #3831E0. Grayscale: #B8B8B8. Windows color (decimal): -3682785 or 2084551. OLE color: 2084551.

HSL color Cylindrical-coordinate representation of color #C7CE1F: hue angle of 62.4º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7CE1F is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 206 31 -
CMYK 0.03 0 0.85 0.19
HSL 62.4º 0.74% 0.46% -
HSV(B) 62.4º 0.85% 0.81% -
XYZ 45.87 56.38 9.76 -
YUV 183.96 41.68 138.73 -
System Red Green Blue C M Y K H S L
Decimal 199 206 31 0.03 0 0.85 0.19 62.4 0.74 0.46
Hex C7 CE 1F 3 0 55 13 3E 4A 2E
Octal 307 316 37 3 0 125 23 76 112 56
Binary 11000111 11001110 11111 11 0 1010101 10011 111110 1001010 101110

Color Harmonies of #C7CE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CE1F

Black with #C7CE1F

Text Example


Text Example

White with #C7CE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CE1F; }

 p { color: rgb(199,206,31); }

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

background-color css

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

 a { background-color: rgb(199,206,31); }

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

border-color css

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

 span { border-color: rgb(199,206,31); }

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